mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
4 lines
71 B
CMake
4 lines
71 B
CMake
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
add_library(host_wcsfuncs ${SOURCE})
|
|
|