Sync with trunk r58740.
[reactos.git] / subsystems / ntvdm / CMakeLists.txt
1
2 include_directories(.)
3
4 add_executable(ntvdm
5 ntvdm.c
6 ntvdm.rc)
7
8 set_module_type(ntvdm win32cui)
9 add_importlibs(ntvdm ntdll user32 gdi32 advapi32 msvcrt kernel32)
10 add_dependencies(ntvdm ndk bugcodes)
11 add_cd_file(TARGET ntvdm DESTINATION reactos/system32 FOR all)