Skip to content

Commit

Permalink
wsock
Browse files Browse the repository at this point in the history
  • Loading branch information
danpf committed Nov 15, 2023
1 parent 4203f32 commit f114fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target_include_directories(mmtf_bindings PUBLIC
target_link_libraries(mmtf_bindings PRIVATE pybind11::headers)
target_link_libraries(mmtf_bindings PRIVATE msgpack-cxx)
if(WIN32)
target_link_libraries(mmtf_bindings INTERFACE ws2_32)
target_link_libraries(mmtf_bindings INTERFACE wsock32 ws2_32)
endif()
target_compile_definitions(mmtf_bindings PRIVATE VERSION_INFO=${SKBUILD_PROJECT_VERSION})
install(TARGETS mmtf_bindings DESTINATION mmtf_cppy)

0 comments on commit f114fb4

Please sign in to comment.