2012-02-14 14:03:05 +00:00
|
|
|
|
|
|
|
add_executable(comp comp.c comp.rc)
|
2016-06-09 19:01:47 +00:00
|
|
|
set_module_type(comp win32cui UNICODE)
|
|
|
|
add_importlibs(comp user32 msvcrt kernel32)
|
2012-02-14 14:03:05 +00:00
|
|
|
add_cd_file(TARGET comp DESTINATION reactos/system32 FOR all)
|