Skip to content
Snippets Groups Projects
Commit 43d67a6b authored by Mathieu Deltorre's avatar Mathieu Deltorre
Browse files

Mise ajoutr du nom du fichier

parent e472b33e
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
# Sources of non-templated classes.
FILE(GLOB OTBRADAR_SRCS "*.cxx" )
ADD_LIBRARY(OTBRADAR ${OTBRADAR_SRCS})
TARGET_LINK_LIBRARIES (OTBRADAR OTBCommon OTBBasicFilters otb6S)
ADD_LIBRARY(OTBRadar ${OTBRADAR_SRCS})
TARGET_LINK_LIBRARIES (OTBRadar OTBCommon OTBBasicFilters)
INSTALL(TARGETS OTBRADAR
INSTALL(TARGETS OTBRadar
RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries
LIBRARY DESTINATION ${OTB_INSTALL_LIB_DIR} COMPONENT RuntimeLibraries
ARCHIVE DESTINATION ${OTB_INSTALL_LIB_DIR} COMPONENT Development)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment