Skip to content
Snippets Groups Projects
Commit 734326cd authored by Julien Malik's avatar Julien Malik
Browse files

ENH: installation support

parent 4ba1da7d
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,7 @@ macro(OTB_CREATE_APPLICATION)
add_library(${APPLICATION_TARGET_NAME} MODULE ${APPLICATION_SOURCES})
target_link_libraries(${APPLICATION_TARGET_NAME} OTBWrapperCore ${APPLICATION_LINK_LIBRARIES})
set_target_properties(${APPLICATION_TARGET_NAME} PROPERTIES PREFIX "")
install(TARGETS ${APPLICATION_TARGET_NAME}
RUNTIME DESTINATION lib/otbapp
LIBRARY DESTINATION lib/otbapp)
endmacro(OTB_CREATE_APPLICATION)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment