Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « aabb-evaluation « sandboxes - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20011e34509d0b5dfe076695a8f76a9a3dbbbfaa (plain)
1
2
add_executable(aabb-evaluation aabb-evaluation.cpp)
target_link_libraries(aabb-evaluation libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS})