fixed cmakelists.txt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user