diff --git a/CMakeLists.txt b/CMakeLists.txt index c09fae71113439d1c8d7e7bb0a27ba480f2c9803..a8cb73dfc36cc4d4e55f9ad0ec4a78df5f7b21ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,8 @@ if(CMAKE_BUILD_TYPE MATCHES Debug) endif(CMAKE_BUILD_TYPE MATCHES Debug) SET(TRANSPORT_VERSION 2.0) +include_directories(include) ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(include) +ADD_SUBDIRECTORY(examples)