Enable cmake tests with Clang too
This commit is contained in:
parent
cf1d73b213
commit
bd0de9422b
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ add_subdirectory(include)
|
|||
if(CMAKE_COMPILER_IS_GNUCC)
|
||||
add_subdirectory(tests)
|
||||
endif(CMAKE_COMPILER_IS_GNUCC)
|
||||
if(CMAKE_COMPILER_IS_CLANG)
|
||||
add_subdirectory(tests)
|
||||
endif(CMAKE_COMPILER_IS_CLANG)
|
||||
|
||||
add_subdirectory(programs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue