Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
7 lines
212 B
CMake
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()
|