mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-05 08:41:06 -07:00
4 lines
218 B
CMake
4 lines
218 B
CMake
add_executable(timeutils_tests timeutils_tests_main.cpp)
|
|
target_link_libraries(timeutils_tests test_common libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES})
|
|
|
|
prusaslicer_discover_tests(timeutils_tests)
|