fix bug sandbox/zheng_wenlong/ces2019
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Mon, 3 Dec 2018 08:55:53 +0000 (17:55 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Mon, 3 Dec 2018 08:55:53 +0000 (17:55 +0900)
CMakeLists.txt

index 1aca3ff..b66efa4 100644 (file)
@@ -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})