xref: /reactos/dll/win32/ntmarta/CMakeLists.txt (revision b36d9bd9)
1
2add_definitions(-D__WINESRC__)
3spec2def(ntmarta.dll ntmarta.spec)
4
5list(APPEND SOURCE
6    ntmarta.c
7    ntmarta.rc
8    ${CMAKE_CURRENT_BINARY_DIR}/ntmarta.def)
9
10add_library(ntmarta MODULE ${SOURCE})
11set_module_type(ntmarta win32dll UNICODE)
12add_importlibs(ntmarta user32 advapi32 msvcrt kernel32 ntdll)
13add_cd_file(TARGET ntmarta DESTINATION reactos/system32 FOR all)
14