Files
QIDISlicer/sandboxes/slasupporttree/CMakeLists.txt

3 lines
170 B
CMake
Raw Normal View History

2023-06-10 10:14:12 +08:00
add_executable(slasupporttree slasupporttree.cpp)
target_link_libraries(slasupporttree libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS})