mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
5 lines
71 B
Text
5 lines
71 B
Text
|
|
||
|
file(GLOB_RECURSE SOURCE "*.c")
|
||
|
add_library(host_wcsfuncs ${SOURCE})
|
||
|
|