mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 09:29:05 -07:00
5 lines
218 B
CMake
5 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)
|