Skip to content

Commit

Permalink
Merge pull request #26 from furushchev/fix-install-path
Browse files Browse the repository at this point in the history
Install files other than static library
  • Loading branch information
catid committed Nov 22, 2020
2 parents 0eabac7 + befa722 commit 9e8923a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,7 @@ include(GNUInstallDirs)

install(TARGETS wirehair
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(DIRECTORY include DESTINATION ${CMAKE_INSTALL_PREFIX})
install(DIRECTORY python DESTINATION ${CMAKE_INSTALL_PREFIX})

0 comments on commit 9e8923a

Please sign in to comment.