mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
609ba8d717
svn path=/branches/shell-experiments/; revision=64830
6 lines
235 B
CMake
6 lines
235 B
CMake
|
|
add_executable(mode mode.c mode.rc)
|
|
set_module_type(mode win32cui UNICODE)
|
|
set_target_properties(mode PROPERTIES SUFFIX ".com")
|
|
add_importlibs(mode user32 msvcrt kernel32)
|
|
add_cd_file(TARGET mode DESTINATION reactos/system32 FOR all)
|