We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a427038 commit 30d1583Copy full SHA for 30d1583
Config.cmake.in
@@ -12,15 +12,24 @@ find_package(Boost 1.65.1 COMPONENTS program_options graph REQUIRED)
12
13
set(PHASAR_COMPONENTS
14
utils
15
- config
16
- phasarllvm_utils
17
passes
+ config
18
db
19
pointer
20
- typehierarchy
21
controlflow
+
+ llvm_utils
22
+ llvm_db
23
+ llvm_pointer
24
+ llvm_typehierarchy
25
+ llvm_controlflow
26
27
taintconfig
- ifdside
28
+ mono
29
+ llvm
30
+ llvm_ifdside
31
+ analysis_strategy
32
+ controller
33
)
34
35
foreach(component ${PHASAR_COMPONENTS})
0 commit comments