orcaslicer/sandboxes/its_neighbor_index/CMakeLists.txt
lane.wei 1555904bef Add the full source of BambuStudio
using version 1.0.10
2022-07-15 23:42:08 +08:00

7 lines
212 B
CMake

add_executable(its_neighbor_index main.cpp ItsNeighborIndex.cpp ItsNeighborIndex.hpp)
target_link_libraries(its_neighbor_index libslic3r admesh)
if (WIN32)
prusaslicer_copy_dlls(its_neighbor_index)
endif()