[VFD] Import the VFD project (Virtual Floppy Drive) which allows creating virtual
[reactos.git] / modules / rosapps / applications / cmdutils / vfdcmd / CMakeLists.txt
1
2 add_message_headers(ANSI vfdmsg.mc)
3
4 include_directories(${REACTOS_SOURCE_DIR}/modules/rosapps/include/vfd)
5 add_executable(vfdcmd vfdcmd.c vfdcmd.rc)
6 set_module_type(vfdcmd win32cui)
7 add_importlibs(vfdcmd advapi32 vfd user32 msvcrt kernel32 ntdll)
8 add_dependencies(vfdcmd vfdmsg)
9 set_target_properties(vfdcmd PROPERTIES OUTPUT_NAME "vfd")
10 add_cd_file(TARGET vfdcmd DESTINATION reactos/system32 FOR all)