reactos/dll/win32/wsock32/CMakeLists.txt
Amine Khaldi 466fc93fa7 [CMAKE]
- Make static libs out of the idl files.
- Improve wshirda, wshtcpip and wsock32.
- Include bmfd into build.

svn path=/branches/cmake-bringup/; revision=48956
2010-10-01 21:33:07 +00:00

10 lines
262 B
CMake

add_definitions(-DUNICODE -D_UNICODE)
add_library(wsock32 SHARED stubs.c wsock32.rc)
set_module_type(wsock32 win32dll)
target_link_libraries(wsock32 ${CMAKE_CURRENT_SOURCE_DIR}/wsock32.def)
add_importlibs(wsock32 ntdll ws2_32)
add_dependencies(wsock32 psdk)