mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
0281bf63e6
- Improve the unicode situation. - Apply a consistent formatting. - Improve the unicode modules we have so far. - Get rid of some rbuildism. - Overall improvements. svn path=/branches/cmake-bringup/; revision=48964
10 lines
247 B
CMake
10 lines
247 B
CMake
|
|
set_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 ws2_32 kernel32 ntdll)
|
|
add_dependencies(wsock32 psdk)
|