Refactor SimDatabase

This commit is contained in:
2022-09-11 21:14:46 +02:00
parent 4445f1f12a
commit 2cf03d2933
15 changed files with 255 additions and 255 deletions
+4 -5
View File
@@ -78,7 +78,6 @@ elseif(UNIX)
)
target_link_libraries(ixwebsocket PRIVATE
${OPENSSL_LIBRARIES}
pthread
)
elseif(WIN32)
if (BIT STREQUAL "32")
@@ -107,10 +106,6 @@ elseif(WIN32)
-Wl,-pdb=
)
endif()
target_link_options(ixwebsocket PRIVATE
-static-libgcc
-static-libstdc++
)
target_include_directories(ixwebsocket PRIVATE
${CMAKE_SOURCE_DIR}/openSSL/win${BIT}/include
)
@@ -124,4 +119,8 @@ elseif(WIN32)
)
endif()
target_link_libraries(ixwebsocket PRIVATE
pthread
)
add_library(ixwebsocket::ixwebsocket ALIAS ixwebsocket)