9 lines
152 B
CMake
9 lines
152 B
CMake
target_link_libraries(PartDesign_tests_run
|
|
gtest_main
|
|
${Google_Tests_LIBS}
|
|
PartDesign
|
|
Sketcher
|
|
)
|
|
|
|
add_subdirectory(App)
|