[CMAKE] Fix command.com livecd.lst entry. CORE-14509
[reactos.git] / subsystems / mvdm / vdmdbg / CMakeLists.txt
1
2 spec2def(vdmdbg.dll vdmdbg.spec)
3
4 list(APPEND SOURCE
5 vdmdbg.c
6 ${CMAKE_CURRENT_BINARY_DIR}/vdmdbg.def)
7
8 add_library(vdmdbg SHARED ${SOURCE})
9 set_module_type(vdmdbg win32dll UNICODE)
10 add_importlibs(vdmdbg msvcrt kernel32 ntdll)
11 add_cd_file(TARGET vdmdbg DESTINATION reactos/system32 FOR all)