Skip to content

Commit

Permalink
Include library installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Mar 26, 2015
1 parent 4e1c78d commit 1df0b22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ add_library(cbor ${SOURCES})
add_library(cbor_shared SHARED ${SOURCES})

set_target_properties(cbor_shared PROPERTIES OUTPUT_NAME cbor)

install(TARGETS cbor cbor_shared
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)

0 comments on commit 1df0b22

Please sign in to comment.