mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
5 lines
193 B
CMake
5 lines
193 B
CMake
|
|
add_executable(user user.c user.rc)
|
|
set_module_type(user win32gui ENTRYPOINT mainCRTStartup)
|
|
add_importlibs(user msvcrt kernel32)
|
|
add_cd_file(TARGET user DESTINATION reactos/system32 FOR all)
|