Skip to content

Commit

Permalink
Added install instruktion
Browse files Browse the repository at this point in the history
  • Loading branch information
GameMonkey committed May 5, 2020
1 parent e2ad567 commit a1a38f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ set_target_properties(config PROPERTIES LINK_FLAGS "-rdynamic")
#install(TARGETS config DESTINATION bin)
add_dependencies(config json-ext)
target_link_libraries(config jsoncpp)

install(TARGETS config
LIBRARY DESTINATION lib)

0 comments on commit a1a38f7

Please sign in to comment.