Update build system
All checks were successful
Build / Build (push) Successful in 1m54s

This commit is contained in:
2026-06-29 13:38:53 -04:00
parent 2f1f196d6b
commit 3fe1dfb91b
13 changed files with 211 additions and 174 deletions

View File

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