Files
QIDIStudio/sandboxes/its_neighbor_index/CMakeLists.txt
QIDI TECH 585146181b update
2024-09-03 09:34:33 +08:00

8 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()