mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-20 07:44:28 +08:00
3 lines
175 B
CMake
3 lines
175 B
CMake
add_executable(slabasebed EXCLUDE_FROM_ALL slabasebed.cpp)
|
|
target_link_libraries(slabasebed libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS})
|