diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 01bda12..537719d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)