CMake: Add missing target_link_directories() for OCCT.
This commit is contained in:
committed by
Chris Hennes
parent
0a7f03d26c
commit
960f4e4d63
@@ -5,6 +5,7 @@ target_include_directories(Assembly_tests_run PUBLIC
|
||||
${Python3_INCLUDE_DIRS}
|
||||
${XercesC_INCLUDE_DIRS}
|
||||
)
|
||||
target_link_directories(Assembly_tests_run PUBLIC ${OCC_LIBRARY_DIR})
|
||||
|
||||
target_link_libraries(Assembly_tests_run
|
||||
gtest_main
|
||||
|
||||
Reference in New Issue
Block a user