- Started setting up a thread safe window manager

- Created thread & atomic structures
This commit is contained in:
2025-12-17 01:11:28 -05:00
parent 520a0e1363
commit aee4e340dd
41 changed files with 2179 additions and 428 deletions

View File

@@ -7,6 +7,8 @@ set(CMAKE_C_STANDARD 23)
add_executable(fennec-test
main.cpp
tests/lang/test_metaprogramming.h
tests/lang/test_function.h
tests/test_threading.h
)
target_compile_definitions(fennec-test PUBLIC FENNEC_TEST_CWD="${CMAKE_SOURCE_DIR}/bin/${FENNEC_BUILD_NAME}"