[FREELDR]
[reactos.git] / dll / win32 / ws2help / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/winsock)
3
4 add_library(ws2help SHARED
5 apc.c
6 context.c
7 dllmain.c
8 handle.c
9 notify.c
10 ws2help.def)
11
12 if(NOT MSVC)
13 set_source_files_properties(ws2help.def PROPERTIES EXTERNAL_OBJECT TRUE)
14 endif()
15
16 set_module_type(ws2help win32dll)
17
18 add_importlibs(ws2help advapi32 ws2_32 kernel32 ntdll)
19
20 add_cab_target(ws2help 1)