Bug fixes + rework check dir
This commit is contained in:
@@ -9,12 +9,12 @@ add_compile_options(-Wno-deprecated-declarations)
|
||||
|
||||
file(GLOB REQUIRED_CMAKE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/cmake/*.required.cmake")
|
||||
foreach (cmake_file ${REQUIRED_CMAKE_FILES})
|
||||
include(${cmake_file})
|
||||
include(${cmake_file})
|
||||
endforeach ()
|
||||
|
||||
file(GLOB CMAKE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/cmake/*.cmake")
|
||||
foreach (cmake_file ${CMAKE_FILES})
|
||||
include(${cmake_file})
|
||||
include(${cmake_file})
|
||||
endforeach ()
|
||||
|
||||
include_directories(src/)
|
||||
|
||||
Reference in New Issue
Block a user