]> Creatis software - crea.git/blob - cmake/CREAMacro_FindAndUseWt.cmake
#2499 crea Feature New Normal - wt-version wtLibrary
[crea.git] / cmake / CREAMacro_FindAndUseWt.cmake
1 MACRO(CREA_FINDANDUSEWT)
2         SET (WT_CONNECTOR "wthttp" CACHE STRING "Connector used (wthttp or wtfcgi)")
3         SET(WT_LIBRARIES wt wthttp)
4         INCLUDE_DIRECTORIES(/usr/local/include/Wt)
5         CREA_DEFINE( USE_WT)
6         CREA_DEFINE( _USE_WT_ )
7 ENDMACRO(CREA_FINDANDUSEWT)
8
9