diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 @@ | |||
1 | cmake_minimum_required (VERSION 3.1) | 1 | cmake_minimum_required (VERSION 3.1) |
2 | project (twitter++) | 2 | project (twitter++) |
3 | 3 | ||
4 | include_directories(vendor/json/src) | 4 | include_directories(vendor/json) |
5 | 5 | ||
6 | set(LIBOAUTHCPP_BUILD_DEMOS FALSE) | 6 | set(LIBOAUTHCPP_BUILD_DEMOS FALSE) |
7 | add_subdirectory(vendor/liboauthcpp/build EXCLUDE_FROM_ALL) | 7 | add_subdirectory(vendor/liboauthcpp/build EXCLUDE_FROM_ALL) |