- Fix more dlls.
[reactos.git] / dll / win32 / rasadhlp / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/winsock)
3
4 spec2def(rasadhlp.dll rasadhlp.spec)
5
6 add_library(rasadhlp SHARED
7 autodial.c
8 init.c
9 winsock.c
10 ${CMAKE_CURRENT_BINARY_DIR}/rasadhlp.def)
11
12 set_module_type(rasadhlp win32dll)
13
14 add_importlibs(rasadhlp ws2_32 msvcrt kernel32 ntdll)
15
16 add_cab_target(rasadhlp 1)