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 )