mirror of
https://github.com/Hizenberg469/Event-Loop-in-C.git
synced 2026-06-14 18:58:25 +03:00
Basic Header file ready
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
set(EVENT_LOOP_SRC "event_loop.c")
|
||||
|
||||
add_library(${EVENT_LOOP_LIB} STATIC
|
||||
${EVENT_LOOP_SRC})
|
||||
|
||||
target_include_directories(${EVENT_LOOP_LIB} PUBLIC
|
||||
${HEADER_DIR})
|
||||
Reference in New Issue
Block a user