reactos/subsystems/ntvdm/CMakeLists.txt
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

16 lines
292 B
CMake

include_directories(.)
set_rc_compiler()
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)