From 8f6516ab20161af56b659ed13663faf26031398e Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 3 Dec 2018 17:55:53 +0900 Subject: fix bug --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- cgit 1.2.3-korg