aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-12-03 17:55:53 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-12-03 17:55:53 +0900
commit8f6516ab20161af56b659ed13663faf26031398e (patch)
tree45fe6116864240dbb2e3629af489e66e32ddee4f
parentda5c9797c0fb75db76cdaca322d19ca05f502dab (diff)
-rw-r--r--CMakeLists.txt2
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})