~ only hpp files allowed
This commit is contained in:
parent
ceea51437a
commit
be4dfa52d2
|
@ -15,7 +15,7 @@ set(CMAKE_CXX_STANDARD 14)
|
|||
set(CMAKE_CXX_CLANG_TIDY clang-tidy;-header-filter=.;)
|
||||
|
||||
file(GLOB_RECURSE SOURCES src/*.cpp)
|
||||
file(GLOB_RECURSE HEADERS src/*.h)
|
||||
file(GLOB_RECURSE HEADERS src/*.hpp)
|
||||
file(GLOB_RECURSE TESTS test/*.cpp)
|
||||
|
||||
set(LIB_PATH "${CMAKE_SOURCE_DIR}/../library")
|
||||
|
|
Loading…
Reference in New Issue