reactos/rosapps/applications/cmdutils/mode/CMakeLists.txt

6 lines
182 B
CMake
Raw Normal View History

add_executable(mode mode.c mode.rc)
set_module_type(mode win32cui)
add_importlibs(mode shell32 user32 msvcrt kernel32)
add_cd_file(TARGET mode DESTINATION reactos/system32 FOR all)