link gmock

This commit is contained in:
berniev
2023-08-01 11:24:39 +10:00
committed by Chris Hennes
parent 6a726f6c88
commit 64f9251cae

View File

@@ -38,7 +38,7 @@ add_executable(Tests_run)
add_subdirectory(lib)
add_subdirectory(src)
target_include_directories(Tests_run PUBLIC ${Python3_INCLUDE_DIRS} ${XercesC_INCLUDE_DIRS})
target_link_libraries(Tests_run gtest_main ${Google_Tests_LIBS} FreeCADApp)
target_link_libraries(Tests_run gtest_main gmock_main ${Google_Tests_LIBS} FreeCADApp)
add_executable(Sketcher_tests_run)
add_subdirectory(src/Mod/Sketcher)