Skip to content

Commit c036ce6

Browse files
author
Martin Mory
committed
add previously added deps to respective .cmake files as well
1 parent 2930033 commit c036ce6

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

lib/PhasarLLVM/DataFlowSolver/Mono/phasar_mono-config.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ list(APPEND
1111
utils
1212
phasarllvm_utils
1313
db
14+
taintconfig
1415
)
1516

1617
foreach(dep ${PHASAR_MONO_DEPS})

lib/PhasarLLVM/TaintConfig/phasar_taintconfig-config.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ set(PHASAR_taintconfig_COMPONENT_FOUND 1)
33
list(APPEND
44
PHASAR_TAINTCONFIG_DEPS
55
utils
6+
db
7+
phasarllvm_utils
68
)
79

810
foreach(dep ${PHASAR_TAINTCONFIG_DEPS})

0 commit comments

Comments
 (0)