mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 02:43:38 +00:00
6 lines
236 B
CMake
6 lines
236 B
CMake
|
|
add_executable(createspec createspec.c)
|
|
set_module_type(createspec win32cui)
|
|
target_link_libraries(createspec wine)
|
|
add_importlibs(createspec dbghelp msvcrt kernel32)
|
|
add_cd_file(TARGET createspec DESTINATION reactos/system32 FOR all)
|