finished part of the hosts, topos and configuration next
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user