From: zheng_wenlong Date: Mon, 3 Dec 2018 08:55:53 +0000 (+0900) Subject: fix bug X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fxdg-launcher.git;a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fzheng_wenlong%2Fces2019 fix bug --- 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})