[CMAKE]
[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 target_link_libraries(ntvdm
13 mingw_main
14 mingw_common)
15
16 add_importlibs(ntvdm ntdll user32 gdi32 advapi32 kernel32 msvcrt)
17 add_dependencies(ntvdm ndk bugcodes)