mirror of https://github.com/libAthena/athena.git
removed unnecessary header glob
This commit is contained in:
parent
f874dfff31
commit
3ce2062686
|
@ -16,7 +16,6 @@ set(ATHENA_VERSION
|
|||
################
|
||||
|
||||
add_subdirectory(extern)
|
||||
file(GLOB ATHENA_HEADERS include/Athena/*.hpp)
|
||||
|
||||
include_directories(include ${LZO_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
|
|
Loading…
Reference in New Issue