mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +00:00
9967209aea
- More work on the dlls. svn path=/branches/cmake-bringup/; revision=49060
17 lines
451 B
CMake
17 lines
451 B
CMake
|
|
set_unicode()
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/lib/tdilib)
|
|
|
|
spec2def(wshtcpip ${CMAKE_CURRENT_SOURCE_DIR}/wshtcpip.spec ${CMAKE_CURRENT_BINARY_DIR}/wshtcpip.def)
|
|
|
|
add_library(wshtcpip SHARED wshtcpip.c wshtcpip.rc)
|
|
|
|
set_entrypoint(wshtcpip 0)
|
|
|
|
target_link_libraries(wshtcpip
|
|
${CMAKE_CURRENT_BINARY_DIR}/wshtcpip.def
|
|
tdilib)
|
|
|
|
add_importlibs(wshtcpip ws2_32 kernel32 ntdll)
|
|
add_dependencies(wshtcpip wshtcpip_def psdk buildno_header)
|