~ only hpp files allowed

This commit is contained in:
Johannes Theiner 2019-11-27 08:53:43 +00:00
parent ceea51437a
commit be4dfa52d2
1 changed files with 1 additions and 1 deletions

View File

@ -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")