diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 013e84a7f..def6b37f3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -62,7 +62,9 @@ endif() if(BELCARD_FOUND) list(APPEND LIBS ${BELCARD_LIBRARIES}) endif() - +if(ENABLE_TUNNEL) + add_definitions(-DTUNNEL_ENABLED) +endif() set(LINPHONE_CXX_OBJECTS_PRIVATE_HEADER_FILES address/address-p.h