Files
QIDISlicer/sandboxes/its_neighbor_index/CMakeLists.txt

8 lines
211 B
CMake
Raw Normal View History

2023-06-10 10:14:12 +08:00
add_executable(its_neighbor_index main.cpp ItsNeighborIndex.cpp ItsNeighborIndex.hpp)
target_link_libraries(its_neighbor_index libslic3r admesh)
if (WIN32)
qidislicer_copy_dlls(its_neighbor_index)
endif()