Sync with trunk (r49303)
[reactos.git] / dll / win32 / ws2help / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/winsock)
3
4 spec2def(ws2help ${CMAKE_CURRENT_SOURCE_DIR}/ws2help.spec ${CMAKE_CURRENT_BINARY_DIR}/ws2help.def)
5
6 add_library(ws2help SHARED
7 apc.c
8 context.c
9 dllmain.c
10 handle.c
11 notify.c)
12
13 set_module_type(ws2help win32dll)
14
15 target_link_libraries(ws2help ${CMAKE_CURRENT_BINARY_DIR}/ws2help.def)
16 add_importlibs(ws2help advapi32 ws2_32 kernel32 ntdll)
17 add_dependencies(ws2help ws2help_def)
18 add_livecd_target(ws2help reactos/system32)