mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Don't require gtest anymore.
This commit is contained in:
@@ -22,10 +22,10 @@ endif()
|
|||||||
target_link_libraries(test_common INTERFACE test_catch2_common)
|
target_link_libraries(test_common INTERFACE test_catch2_common)
|
||||||
|
|
||||||
# DEPRECATED:
|
# DEPRECATED:
|
||||||
find_package(GTest REQUIRED)
|
#find_package(GTest REQUIRED)
|
||||||
add_library(test_gtest_common INTERFACE)
|
#add_library(test_gtest_common INTERFACE)
|
||||||
target_compile_definitions(test_gtest_common INTERFACE TEST_DATA_DIR=R"\(${TEST_DATA_DIR}\)")
|
#target_compile_definitions(test_gtest_common INTERFACE TEST_DATA_DIR=R"\(${TEST_DATA_DIR}\)")
|
||||||
target_link_libraries(test_gtest_common INTERFACE GTest::GTest GTest::Main)
|
#target_link_libraries(test_gtest_common INTERFACE GTest::GTest GTest::Main)
|
||||||
|
|
||||||
add_subdirectory(libnest2d)
|
add_subdirectory(libnest2d)
|
||||||
add_subdirectory(timeutils)
|
add_subdirectory(timeutils)
|
||||||
|
|||||||
Reference in New Issue
Block a user