1 2add_message_headers(ANSI vfdmsg.mc) 3 4include_directories(${REACTOS_SOURCE_DIR}/modules/rosapps/include/vfd) 5add_executable(vfdcmd vfdcmd.c vfdcmd.rc) 6set_module_type(vfdcmd win32cui) 7add_importlibs(vfdcmd advapi32 vfd user32 msvcrt kernel32 ntdll) 8add_dependencies(vfdcmd vfdmsg) 9set_target_properties(vfdcmd PROPERTIES OUTPUT_NAME "vfd") 10add_cd_file(TARGET vfdcmd DESTINATION reactos/system32 FOR all) 11