mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-01 09:32:50 +00:00
4 lines
180 B
CMake
4 lines
180 B
CMake
add_executable(slabasebed #EXCLUDE_FROM_ALL
|
|
slabasebed.cpp)
|
|
target_link_libraries(slabasebed libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS})
|