diff --git a/Code/Fuzzy/CMakeLists.txt b/Code/Fuzzy/CMakeLists.txt index 5a947922ebdf526f9fca01bdda114d9a6d10d9dd..800a234a4c21c9b44f0788cc46629b2da2f807f6 100644 --- a/Code/Fuzzy/CMakeLists.txt +++ b/Code/Fuzzy/CMakeLists.txt @@ -3,7 +3,7 @@ FILE(GLOB OTBFuzzy_SRCS "*.cxx" ) ADD_LIBRARY(OTBFuzzy ${OTBFuzzy_SRCS}) -TARGET_LINK_LIBRARIES (OTBFuzzy OTBCommon) +TARGET_LINK_LIBRARIES (OTBFuzzy OTBCommon tinyXML) IF(OTB_LIBRARY_PROPERTIES) SET_TARGET_PROPERTIES(OTBFuzzy PROPERTIES ${OTB_LIBRARY_PROPERTIES}) ENDIF(OTB_LIBRARY_PROPERTIES)