Skip to content

Commit 8f84507

Browse files
committed
Replace fix with removal of deps
1 parent d27a15f commit 8f84507

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/DB/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ include_directories(
55
)
66

77
set(PHASAR_LINK_LIBS
8-
phasar_pointer
9-
phasar_typehierarchy
108
phasar_passes
119
phasar_utils
1210
)

lib/PhasarLLVM/Pointer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ file(GLOB_RECURSE POINTER_SRC *.h *.cpp)
22

33
set(PHASAR_LINK_LIBS
44
phasar_utils
5+
phasar_db
56
)
67

78
set(LLVM_LINK_COMPONENTS

0 commit comments

Comments
 (0)