* Sync up to trunk head (r65120).
[reactos.git] / dll / win32 / wshirda / CMakeLists.txt
1
2 spec2def(wshirda.dll wshirda.spec)
3
4 list(APPEND SOURCE
5 wshirda.c
6 wshirda.rc
7 ${CMAKE_CURRENT_BINARY_DIR}/wshirda.def)
8
9 add_library(wshirda SHARED ${SOURCE})
10 set_module_type(wshirda win32dll UNICODE)
11 add_importlibs(wshirda ws2_32 msvcrt kernel32 ntdll)
12 add_cd_file(TARGET wshirda DESTINATION reactos/system32 FOR all)