[CRT] Remove useless #undef abort from process.h
[reactos.git] / dll / win32 / ntmarta / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 spec2def(ntmarta.dll ntmarta.spec)
4
5 list(APPEND SOURCE
6 ntmarta.c
7 ntmarta.rc
8 ${CMAKE_CURRENT_BINARY_DIR}/ntmarta.def)
9
10 add_library(ntmarta MODULE ${SOURCE})
11 set_module_type(ntmarta win32dll UNICODE)
12 add_importlibs(ntmarta user32 advapi32 msvcrt kernel32 ntdll)
13 add_cd_file(TARGET ntmarta DESTINATION reactos/system32 FOR all)