Sync with trunk r63647.
[reactos.git] / dll / win32 / ntmarta / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3
4 spec2def(ntmarta.dll ntmarta.spec)
5
6 list(APPEND SOURCE
7 ntmarta.c
8 ntmarta.rc
9 ${CMAKE_CURRENT_BINARY_DIR}/ntmarta.def)
10
11 add_library(ntmarta SHARED ${SOURCE})
12
13 set_module_type(ntmarta win32dll UNICODE)
14
15 add_importlibs(ntmarta
16 user32
17 advapi32
18 msvcrt
19 kernel32
20 ntdll)
21
22 add_cd_file(TARGET ntmarta DESTINATION reactos/system32 FOR all)