Added installation of test/example applications
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@332 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
parent
70bb8728b2
commit
0ecd4dc477
@ -23,3 +23,6 @@ TARGET_LINK_LIBRARIES(console ${LIBRARIES})
|
||||
SET_TARGET_PROPERTIES( console
|
||||
PROPERTIES OUTPUT_NAME ${PROJECT_PREFIX}-console)
|
||||
|
||||
INSTALL(TARGETS console
|
||||
RUNTIME DESTINATION bin COMPONENT runtime
|
||||
BUNDLE DESTINATION "${CMAKE_BUNDLE_LOCATION}" COMPONENT runtime)
|
||||
|
||||
@ -42,4 +42,8 @@ TARGET_LINK_LIBRARIES(example ${LIBRARIES})
|
||||
|
||||
SET_TARGET_PROPERTIES( example
|
||||
PROPERTIES OUTPUT_NAME ${PROJECT_PREFIX}-example)
|
||||
|
||||
INSTALL(TARGETS example
|
||||
RUNTIME DESTINATION bin COMPONENT runtime
|
||||
BUNDLE DESTINATION "${CMAKE_BUNDLE_LOCATION}" COMPONENT runtime)
|
||||
|
||||
|
||||
@ -41,4 +41,8 @@ TARGET_LINK_LIBRARIES(imagesTcpServer ${LIBRARIES})
|
||||
|
||||
SET_TARGET_PROPERTIES( imagesTcpServer
|
||||
PROPERTIES OUTPUT_NAME ${PROJECT_PREFIX}-imagesTcpServer)
|
||||
|
||||
INSTALL(TARGETS imagesTcpServer
|
||||
RUNTIME DESTINATION bin COMPONENT runtime
|
||||
BUNDLE DESTINATION "${CMAKE_BUNDLE_LOCATION}" COMPONENT runtime)
|
||||
|
||||
|
||||
@ -35,3 +35,6 @@ TARGET_LINK_LIBRARIES(tcpClient ${LIBRARIES})
|
||||
SET_TARGET_PROPERTIES( tcpClient
|
||||
PROPERTIES OUTPUT_NAME ${PROJECT_PREFIX}-tcpClient)
|
||||
|
||||
INSTALL(TARGETS tcpClient
|
||||
RUNTIME DESTINATION bin COMPONENT runtime
|
||||
BUNDLE DESTINATION "${CMAKE_BUNDLE_LOCATION}" COMPONENT runtime)
|
||||
Loading…
x
Reference in New Issue
Block a user