mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:11:51 +00:00
3 lines
64 B
CMake
3 lines
64 B
CMake
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
add_library(ioevent ${SOURCE})
|