Skip to content

Commit

Permalink
Build: Add install rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Jun 25, 2013
1 parent 0f763b5 commit efa527c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base.jd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ add_custom_command(
add_custom_target(basejd ALL
DEPENDS ${basejdout}
SOURCES ${SRCS})

install(FILES ${basejdout} DESTINATION share)
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,5 @@ target_link_libraries(jd
${PHYSFS_LIBRARY}
${ZLIB_LIBRARY}
${Boost_LIBRARIES})

install(TARGETS jd RUNTIME DESTINATION bin)

0 comments on commit efa527c

Please sign in to comment.