forked from bblanchon/ArduinoJson
Organized test files in subfolders
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user