about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 74f1f64..6c38613 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
1cmake_minimum_required (VERSION 3.1) 1cmake_minimum_required (VERSION 3.1)
2project (twitter++) 2project (twitter++)
3 3
4include_directories(vendor/json/src) 4include_directories(vendor/json)
5 5
6set(LIBOAUTHCPP_BUILD_DEMOS FALSE) 6set(LIBOAUTHCPP_BUILD_DEMOS FALSE)
7add_subdirectory(vendor/liboauthcpp/build EXCLUDE_FROM_ALL) 7add_subdirectory(vendor/liboauthcpp/build EXCLUDE_FROM_ALL)