finished part of the hosts, topos and configuration next

This commit is contained in:
2025-09-13 01:24:38 -04:00
parent 3d3d8113b2
commit 321c60bcf8
66 changed files with 2661 additions and 22 deletions

View File

@@ -14,6 +14,8 @@ option(DOFS_GLOB_SOURCES "Dev: auto-add *.cc files via GLOB (not ideal for CI)"
add_library(dofs_config INTERFACE)
target_compile_features(dofs_config INTERFACE cxx_std_20)
target_compile_options(dofs_config INTERFACE -Wall -Wextra -Wpedantic)
# Let everyone include headers like: #include "core/error.h"
target_include_directories(dofs_config INTERFACE "${PROJECT_SOURCE_DIR}/src")