Skip to content

Commit

Permalink
Use GNUInstallDirs as include dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnik committed Mar 30, 2018
1 parent 7bf8c95 commit 60eb9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ include(GNUInstallDirs)
install(TARGETS mhook
ARCHIVE DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}"
LIBRARY DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}")
install(FILES mhook-lib/mhook.h DESTINATION "${INSTALL_INC_DIR}/mhook-lib")
install(FILES mhook-lib/mhook.h DESTINATION "${CMAKE_INSTALL_FULL_INCLUDEDIR}/mhook-lib")

0 comments on commit 60eb9f6

Please sign in to comment.