[FREELDR]
[reactos.git] / dll / win32 / ntmarta / CMakeLists.txt
1
2 set_unicode()
3
4 add_definitions(-D__WINESRC__)
5
6 remove_definitions(-D_WIN32_WINNT=0x502)
7 add_definitions(-D_WIN32_WINNT=0x600)
8
9 add_library(ntmarta SHARED ntmarta.c ntmarta.rc ntmarta.def)
10
11 if(NOT MSVC)
12 set_source_files_properties(ntmarta.def PROPERTIES EXTERNAL_OBJECT TRUE)
13 endif()
14
15 set_module_type(ntmarta win32dll)
16
17 add_importlibs(ntmarta
18 user32
19 advapi32
20 kernel32
21 ntdll)
22
23 add_cab_target(ntmarta 1)