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, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3946a86..805e684 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,8 +1,6 @@
1cmake_minimum_required (VERSION 3.1) 1cmake_minimum_required (VERSION 3.1)
2project (owo) 2project (owo)
3 3
4set(CMAKE_BUILD_TYPE Debug)
5
6add_subdirectory(vendor/verbly) 4add_subdirectory(vendor/verbly)
7add_subdirectory(vendor/libtwittercpp) 5add_subdirectory(vendor/libtwittercpp)
8add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) 6add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL)