a03f4d34ab0f2b374ec3225146b89d1283e8f2cb
[reactos.git] / dll / win32 / wshirda / CMakeLists.txt
1
2 set_unicode()
3
4 add_library(wshirda SHARED wshirda.c wshirda.rc wshirda.def)
5
6 if(NOT MSVC)
7 set_source_files_properties(wshirda.def PROPERTIES EXTERNAL_OBJECT TRUE)
8 endif()
9
10 set_module_type(wshirda win32dll)
11
12 add_importlibs(wshirda ws2_32 kernel32 ntdll)
13
14 add_cab_target(wshirda 1)