From 52d9e6a8e183a1afb092945616395a82bb61aa9d Mon Sep 17 00:00:00 2001 From: Sergey Yagovtsev Date: Sun, 13 Nov 2016 17:48:41 +0300 Subject: [PATCH] Correct package --- CMakeLists.txt | 3 ++- src/CMakeLists.txt | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dce803f..6eb9ebc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,8 @@ add_subdirectory(reader) add_subdirectory(profiler_gui) install(FILES -COPYING +LICENSE.APACHE +LICENSE.GPL3 DESTINATION . ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b312828..9980f62 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -44,8 +44,7 @@ endif(UNIX) target_link_libraries(${PROJECT_NAME} ${PLATFORM_LIBS}) install(TARGETS ${PROJECT_NAME} - LIBRARY DESTINATION lib - RUNTIME DESTINATION bin + DESTINATION bin COMPONENT sdk )