mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-01 01:22:40 +00:00
5 lines
235 B
CMake
5 lines
235 B
CMake
add_executable(sla_print_tests sla_print_tests_main.cpp)
|
|
target_link_libraries(sla_print_tests test_common libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES})
|
|
|
|
gtest_discover_tests(sla_print_tests TEST_PREFIX sla_print.)
|