reactos/lib/sdk/uuid/CMakeLists.txt

4 lines
61 B
CMake
Raw Normal View History

file(GLOB_RECURSE SOURCE "*.c")
add_library(uuid ${SOURCE})