mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
f44e914e80
svn path=/branches/ros-csrss/; revision=58034
11 lines
271 B
CMake
11 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)
|