fixed cmakelists.txt

This commit is contained in:
Jonas Zeunert
2018-07-10 22:17:34 +02:00
parent b164bb2ee9
commit 40d1b629fc
2 changed files with 17 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.9.1)
project(FlippR-Driver-Tests VERSION 0.1.0 LANGUAGES CXX)
# Compile tests to output_path/tests
set(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/${OUTPUT_PATH}/tests)
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/${OUTPUT_PATH}/tests)
file(GLOB_RECURSE SOURCES *.cpp)