This commit is contained in:
@@ -4,10 +4,11 @@ set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
# Include the libary
|
||||
add_subdirectory(oatmeal)
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
|
||||
file(GLOB CMAKE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/cmake/*.cmake")
|
||||
foreach(cmake_file ${CMAKE_FILES})
|
||||
include(${cmake_file})
|
||||
include(${cmake_file})
|
||||
endforeach()
|
||||
|
||||
# TODO: Add a check to disable compiling the examples
|
||||
|
||||
Reference in New Issue
Block a user