[CMAKE]
[reactos.git] / dll / win32 / wshirda / CMakeLists.txt
1
2 set_unicode()
3
4 spec2def(wshirda.dll wshirda.spec)
5
6 list(APPEND SOURCE
7 wshirda.c
8 wshirda.rc
9 ${CMAKE_CURRENT_BINARY_DIR}/wshirda.def)
10
11 add_library(wshirda SHARED ${SOURCE})
12
13 set_module_type(wshirda win32dll)
14 add_importlibs(wshirda ws2_32 msvcrt kernel32 ntdll)
15 add_cab_target(wshirda 1)