Add foundation logging facade

This commit is contained in:
2026-06-01 08:20:58 +02:00
parent 6604f30ef3
commit a7bb04f54b
9 changed files with 262 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ add_custom_target(panopainter_validate_shaders
add_library(pp_foundation STATIC
src/foundation/binary_stream.cpp
src/foundation/log.cpp
src/foundation/parse.cpp
src/foundation/trace.cpp)
target_include_directories(pp_foundation