]> Creatis software - crea.git/commitdiff
#2499 crea Feature New Normal wt-version wtLibrary
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Wed, 5 Aug 2015 12:38:52 +0000 (14:38 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Wed, 5 Aug 2015 12:38:52 +0000 (14:38 +0200)
cmake/CREAMacro_FindAndUseWt.cmake

index 4f636445743eff28d7d28b818d0017061e7511d0..3896912cf887c61926e6be8938facc81d587d350 100644 (file)
@@ -1,7 +1,9 @@
 MACRO(CREA_FINDANDUSEWT)
        SET (WT_CONNECTOR "wthttp" CACHE STRING "Connector used (wthttp or wtfcgi)")
-       SET(WT_LIBRARIES wt wthttp)
-       INCLUDE_DIRECTORIES(/usr/local/include/Wt)
+       SET(WT_LIBRARIES wt wtfcgi wtext)
+#      SET(WT_LIBRARIES wt wthttp wtext)
+       INCLUDE_DIRECTORIES(/tmpEED/tmpWt/wtInstall/include)
+       LINK_DIRECTORIES(/tmpEED/tmpWt/wtInstall/lib)
        CREA_DEFINE( USE_WT)
        CREA_DEFINE( _USE_WT_ )
 ENDMACRO(CREA_FINDANDUSEWT)