Organized test files in subfolders

This commit is contained in:
Benoit Blanchon
2017-04-10 14:32:45 +02:00
parent e664c1ab05
commit ac89d91db5
65 changed files with 4 additions and 141 deletions

View File

@ -7,7 +7,10 @@
include(gtest.cmake)
file(GLOB TESTS_FILES *.hpp *.cpp)
file(GLOB_RECURSE TESTS_FILES
*.hpp
*.cpp
)
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
add_compile_options(