diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1aca3ff..b66efa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ add_executable (runxdg ${SRC_FILES}) TARGET_LINK_LIBRARIES (runxdg ${LIBRARIES}) -#install (TARGETS runxdg DESTINATION bin) +install (TARGETS runxdg DESTINATION bin) add_custom_command(TARGET runxdg POST_BUILD COMMAND cp -rf ${CMAKE_CURRENT_SOURCE_DIR}/package ${PROJECT_BINARY_DIR}) |