Skip to content

Commit

Permalink
add mysteriously missing cmake install directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Tooley committed Feb 13, 2019
1 parent 6a501de commit d801e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ target_link_libraries(libpfire ${EXTRA_LIBS})
add_executable(pfire pfire.cpp)
set_target_properties(pfire PROPERTIES LINKER_LANGUAGE CXX)
target_link_libraries(pfire libpfire)

install(TARGETS pfire DESTINATION bin)

0 comments on commit d801e9b

Please sign in to comment.