diff --git a/Code/Radar/CMakeLists.txt b/Code/Radar/CMakeLists.txt deleted file mode 100755 index 331d19f379d869488a50227a9c8f5236dd4041cf..0000000000000000000000000000000000000000 --- a/Code/Radar/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ - -# Sources of non-templated classes. -FILE(GLOB OTBRADAR_SRCS "*.cxx" ) - -ADD_LIBRARY(OTBRadar ${OTBRADAR_SRCS}) -TARGET_LINK_LIBRARIES (OTBRadar OTBCommon OTBBasicFilters) - -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) - -FILE(GLOB __files1 "${CMAKE_CURRENT_SOURCE_DIR}/*.h") -FILE(GLOB __files2 "${CMAKE_CURRENT_SOURCE_DIR}/*.txx") - -INSTALL(FILES ${__files1} ${__files2} - DESTINATION ${OTB_INSTALL_INCLUDE_DIR}/RADAR - COMPONENT Development) diff --git a/Code/Radar/foo.cxx b/Code/Radar/foo.cxx deleted file mode 100644 index 8b137891791fe96927ad78e64b0aad7bded08bdc..0000000000000000000000000000000000000000 --- a/Code/Radar/foo.cxx +++ /dev/null @@ -1 +0,0 @@ -