Skip to content

Commit

Permalink
cmake: Install slic3r-arrange-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomilk committed Dec 20, 2024
1 parent 5f450dc commit 09c89be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/slic3r-arrange-wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ add_library(slic3r-arrange-wrapper
target_include_directories(slic3r-arrange-wrapper PRIVATE src)
target_include_directories(slic3r-arrange-wrapper PUBLIC include)
target_link_libraries(slic3r-arrange-wrapper PUBLIC slic3r-arrange)

if (WIN32)
install(TARGETS slic3r-arrange-wrapper LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX})
else()
install(TARGETS slic3r-arrange-wrapper LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()

0 comments on commit 09c89be

Please sign in to comment.