We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27a15f commit 8f84507Copy full SHA for 8f84507
2 files changed
lib/DB/CMakeLists.txt
@@ -5,8 +5,6 @@ include_directories(
5
)
6
7
set(PHASAR_LINK_LIBS
8
- phasar_pointer
9
- phasar_typehierarchy
10
phasar_passes
11
phasar_utils
12
lib/PhasarLLVM/Pointer/CMakeLists.txt
@@ -2,6 +2,7 @@ file(GLOB_RECURSE POINTER_SRC *.h *.cpp)
2
3
4
+ phasar_db
set(LLVM_LINK_COMPONENTS
0 commit comments