CMakeLists.txt 212 B

1234567
  1. add_executable(its_neighbor_index main.cpp ItsNeighborIndex.cpp ItsNeighborIndex.hpp)
  2. target_link_libraries(its_neighbor_index libslic3r admesh)
  3. if (WIN32)
  4. prusaslicer_copy_dlls(its_neighbor_index)
  5. endif()