mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
8 lines
211 B
CMake
8 lines
211 B
CMake
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()
|