We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cb189 commit 472eac7Copy full SHA for 472eac7
1 file changed
CMakeLists.txt
@@ -322,6 +322,7 @@ target_link_libraries(luasocket
322
ws2_32
323
)
324
325
+set_target_properties( luasocket PROPERTIES OUTPUT_NAME "socket" )
326
install(TARGETS luasocket RUNTIME DESTINATION ".")
327
install(FILES $<TARGET_RUNTIME_DLLS:luasocket> DESTINATION ".")
328
0 commit comments