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