mirror of
https://github.com/Hizenberg469/Event-Loop-in-C.git
synced 2026-04-20 01:02:23 +03:00
Basic Header file ready
This commit is contained in:
7
src/CMakeLists.txt
Normal file
7
src/CMakeLists.txt
Normal file
@@ -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})
|
||||
0
src/event_loop.c
Normal file
0
src/event_loop.c
Normal file
Reference in New Issue
Block a user