[USB-BRINGUP-TRUNK]
[reactos.git] / subsystems / ntvdm / CMakeLists.txt
1
2 include_directories(.)
3
4 set_rc_compiler()
5
6 add_executable(ntvdm
7 ntvdm.c
8 ntvdm.rc)
9
10 set_module_type(ntvdm win32cui)
11
12 add_importlibs(ntvdm ntdll user32 gdi32 advapi32 msvcrt kernel32)
13 add_dependencies(ntvdm ndk bugcodes)
14
15 add_cd_file(TARGET ntvdm DESTINATION reactos/system32 FOR all)