reactos/subsystems/ntvdm/CMakeLists.txt
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

12 lines
271 B
CMake

include_directories(.)
add_executable(ntvdm
ntvdm.c
ntvdm.rc)
set_module_type(ntvdm win32cui)
add_importlibs(ntvdm ntdll user32 gdi32 advapi32 msvcrt kernel32)
add_dependencies(ntvdm ndk bugcodes)
add_cd_file(TARGET ntvdm DESTINATION reactos/system32 FOR all)