- Adjusted Formatting of tests

- Finished map implementation and unit tests

 TODO: Threading
This commit is contained in:
2025-07-23 12:05:02 -04:00
parent 73333b4c67
commit 65573f28e4
61 changed files with 2665 additions and 2187 deletions

View File

@@ -18,6 +18,9 @@
macro(fennec_check_platform)
# unix
include("${FENNEC_SOURCE_DIR}/cmake/unix.cmake")
# compile definitions
list(APPEND FENNEC_COMPILE_DEFINITIONS
FENNEC_PLATFORM_NAME="Linux"
@@ -30,8 +33,8 @@ macro(fennec_check_platform)
)
# includes
include("${FENNEC_SOURCE_DIR}/cmake/libwayland.cmake")
include("${FENNEC_SOURCE_DIR}/cmake/wayland.cmake")
# tests
fennec_check_libwayland()
fennec_check_wayland()
endmacro()