mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
4 lines
128 B
CMake
4 lines
128 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/subsys)
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
add_library(smlib ${SOURCE})
|