patrick
/
plasp
Archived
1
0
Fork 0

Added missing CMake option for building tests.

This commit is contained in:
Patrick Lühne 2016-05-20 19:49:40 +02:00
parent 216d73f03d
commit ca41b5f5d8
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ set(CMAKE_CXX_FLAGS "-Wall -Wpedantic")
set(CMAKE_CXX_FLAGS_DEBUG "-g")
add_definitions(-std=c++14)
option(BUILD_TESTS "Build unit tests" OFF)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)