CMake: Add missing target_link_directories() for OCCT.
This commit is contained in:
committed by
Chris Hennes
parent
33a83f0ee4
commit
fb7ce6405b
@@ -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