Skip to content

Commit c1e11b9

Browse files
committed
drt: use drt_lib in trTest (avoid gui dep)
Signed-off-by: Matt Liberty <[email protected]>
1 parent d378175 commit c1e11b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/drt/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ if(ENABLE_TESTS)
166166
${FLEXROUTE_HOME}/test/gcTest.cpp
167167
${FLEXROUTE_HOME}/test/fixture.cpp
168168
${FLEXROUTE_HOME}/test/stubs.cpp
169-
${OPENROAD_HOME}/src/gui/src/stub.cpp
170169
)
171170

172171
target_include_directories(trTest
@@ -176,7 +175,7 @@ if(ENABLE_TESTS)
176175
)
177176

178177
target_link_libraries(trTest
179-
drt
178+
drt_lib
180179
odb
181180
GTest::gtest
182181
GTest::gtest_main

0 commit comments

Comments
 (0)