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