mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 08:41:02 +08:00
Correct package
This commit is contained in:
parent
c16c1a79aa
commit
52d9e6a8e1
@ -45,7 +45,8 @@ add_subdirectory(reader)
|
|||||||
add_subdirectory(profiler_gui)
|
add_subdirectory(profiler_gui)
|
||||||
|
|
||||||
install(FILES
|
install(FILES
|
||||||
COPYING
|
LICENSE.APACHE
|
||||||
|
LICENSE.GPL3
|
||||||
DESTINATION .
|
DESTINATION .
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -44,8 +44,7 @@ endif(UNIX)
|
|||||||
target_link_libraries(${PROJECT_NAME} ${PLATFORM_LIBS})
|
target_link_libraries(${PROJECT_NAME} ${PLATFORM_LIBS})
|
||||||
|
|
||||||
install(TARGETS ${PROJECT_NAME}
|
install(TARGETS ${PROJECT_NAME}
|
||||||
LIBRARY DESTINATION lib
|
DESTINATION bin
|
||||||
RUNTIME DESTINATION bin
|
|
||||||
COMPONENT sdk
|
COMPONENT sdk
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user