[CMAKE]
[reactos.git] / dll / win32 / wshtcpip / CMakeLists.txt
1
2 set_unicode()
3
4 include_directories(${REACTOS_SOURCE_DIR}/lib/tdilib)
5
6 spec2def(wshtcpip.dll wshtcpip.spec)
7
8 add_library(wshtcpip SHARED wshtcpip.c wshtcpip.rc
9 ${CMAKE_CURRENT_BINARY_DIR}/wshtcpip.def)
10
11 set_entrypoint(wshtcpip 0)
12
13 target_link_libraries(wshtcpip tdilib)
14
15 add_importlibs(wshtcpip ws2_32 kernel32 ntdll)
16 add_dependencies(wshtcpip psdk buildno_header)
17
18 add_livecd_target(wshtcpip reactos/system32)