CMake: Cleanup targets with transitive dependencies
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
|
||||
target_include_directories(Measure_tests_run SYSTEM PUBLIC
|
||||
${EIGEN3_INCLUDE_DIR}
|
||||
${OCC_INCLUDE_DIR}
|
||||
${PYCXX_INCLUDE_DIR}
|
||||
${Python3_INCLUDE_DIRS}
|
||||
${XercesC_INCLUDE_DIRS}
|
||||
)
|
||||
target_link_directories(Measure_tests_run PUBLIC ${OCC_LIBRARY_DIR})
|
||||
|
||||
target_link_libraries(Measure_tests_run
|
||||
gtest_main
|
||||
${Google_Tests_LIBS}
|
||||
|
||||
Reference in New Issue
Block a user