We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299433b commit fce81f1Copy full SHA for fce81f1
2 files changed
src/cut/src/CMakeLists.txt
@@ -27,12 +27,11 @@ target_sources(cut
27
target_link_libraries(cut
28
PUBLIC
29
rsz_lib
30
- libabc
+ ${ABC_LIBRARY}
31
PRIVATE
32
odb
33
dbSta
34
OpenSTA
35
dbSta_lib
36
utl_lib
37
- ${ABC_LIBRARY}
38
)
src/cut/test/cpp/CMakeLists.txt
@@ -8,7 +8,7 @@ target_link_libraries(CutGTests
8
GTest::gmock
9
10
11
12
cut
13
tst
14
${TCL_LIBRARY}
0 commit comments