mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
3 lines
63 B
CMake
3 lines
63 B
CMake
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
add_library(dxguid ${SOURCE})
|