0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

Correct package

This commit is contained in:
Sergey Yagovtsev 2016-11-13 17:48:41 +03:00
parent c16c1a79aa
commit 52d9e6a8e1
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,8 @@ add_subdirectory(reader)
add_subdirectory(profiler_gui)
install(FILES
COPYING
LICENSE.APACHE
LICENSE.GPL3
DESTINATION .
)

View File

@ -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
)