reactos/dll/win32/vdmdbg/CMakeLists.txt
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

13 lines
300 B
CMake

spec2def(vdmdbg.dll vdmdbg.spec)
list(APPEND SOURCE
vdmdbg.c
${CMAKE_CURRENT_BINARY_DIR}/vdmdbg.def)
add_library(vdmdbg SHARED ${SOURCE})
set_module_type(vdmdbg win32dll UNICODE)
add_importlibs(vdmdbg msvcrt kernel32 ntdll)
add_cd_file(TARGET vdmdbg DESTINATION reactos/system32 FOR all)