Skip to content

Commit 30d1583

Browse files
authored
Install the new libraries (#605)
1 parent a427038 commit 30d1583

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Config.cmake.in

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,24 @@ find_package(Boost 1.65.1 COMPONENTS program_options graph REQUIRED)
1212

1313
set(PHASAR_COMPONENTS
1414
utils
15-
config
16-
phasarllvm_utils
1715
passes
16+
config
1817
db
1918
pointer
20-
typehierarchy
2119
controlflow
20+
21+
llvm_utils
22+
llvm_db
23+
llvm_pointer
24+
llvm_typehierarchy
25+
llvm_controlflow
26+
2227
taintconfig
23-
ifdside
28+
mono
29+
llvm
30+
llvm_ifdside
31+
analysis_strategy
32+
controller
2433
)
2534

2635
foreach(component ${PHASAR_COMPONENTS})

0 commit comments

Comments
 (0)