Skip to content
Snippets Groups Projects
Commit 9a64b4f6 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

CMP: add missing BUILD_APPLICATIONS condition

parent d97ccb05
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,10 @@ TARGET_LINK_LIBRARIES(0000307-ExtractROICompareRegion OTBIO OTBCommon)
ADD_EXECUTABLE(0000479-WriteInt8Image 0000479-WriteInt8Image.cxx)
TARGET_LINK_LIBRARIES(0000479-WriteInt8Image OTBIO OTBCommon)
IF(BUILD_APPLICATIONS)
ADD_EXECUTABLE(0000478-UncaughtException 0000478-UncaughtException.cxx)
TARGET_LINK_LIBRARIES(0000478-UncaughtException OTBIO OTBCommon OTBApplicationEngine)
ENDIF(BUILD_APPLICATIONS)
ADD_EXECUTABLE(AlignementsQB AlignementsQB.cxx)
TARGET_LINK_LIBRARIES(AlignementsQB OTBFeatureExtraction OTBIO OTBCommon)
......
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