mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
7 lines
227 B
CMake
7 lines
227 B
CMake
|
|
add_executable(genguid genguid.c genguid.rc)
|
|
set_module_type(genguid win32cui)
|
|
target_link_libraries(genguid uuid)
|
|
add_importlibs(genguid ole32 msvcrt kernel32)
|
|
add_cd_file(TARGET genguid DESTINATION reactos/system32 FOR all)
|