Skip to content

Commit 472eac7

Browse files
committed
Change name of DLL
1 parent 16cb189 commit 472eac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ target_link_libraries(luasocket
322322
ws2_32
323323
)
324324

325+
set_target_properties( luasocket PROPERTIES OUTPUT_NAME "socket" )
325326
install(TARGETS luasocket RUNTIME DESTINATION ".")
326327
install(FILES $<TARGET_RUNTIME_DLLS:luasocket> DESTINATION ".")
327328

0 commit comments

Comments
 (0)