feat: add event library

This commit is contained in:
2026-05-11 07:59:19 -03:00
parent 3b173931d5
commit 430cb5bc5b
2 changed files with 77 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ if (SEALLIB_ASSERT)
endif()
if (SEALLIB_EVENTS)
list(APPEND SEALLIB_SOURCES "src/lib/seallib/events.cpp" "src/lib/seallib/events.h")
list(APPEND SEALLIB_SOURCES "src/lib/seallib/events.h")
endif()
if (SEALLIB_LOG)