Skip to content

Commit

Permalink
Add install to Cmake (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanpasu committed Jul 15, 2014
1 parent c8492a4 commit 22625a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ TARGET_LINK_LIBRARIES ( ${PROJECT_NAME}
${LIBGTKMM_LIBRARIES}
${LIBGLIBMM_LIBRARIES}
)

INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${PREFIX}/bin/ PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE)

0 comments on commit 22625a1

Please sign in to comment.