1 ## either that file won't work, or files in the subdirectoy won't work... WTF?
2 cmake_minimum_required(VERSION 2.8.11)
4 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
5 set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
6 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
7 set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
10 add_subdirectory(${CMAKE_SOURCE_DIR}/src)
11 add_subdirectory(${CMAKE_SOURCE_DIR}/test)