From 77c2b4e30785462f0660017c4e09665800c3b553 Mon Sep 17 00:00:00 2001 From: RElesgoe Date: Fri, 5 Jun 2020 01:54:44 -0700 Subject: [PATCH] Update CMakeLists.txt --- src/bnetd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bnetd/CMakeLists.txt b/src/bnetd/CMakeLists.txt index f566af4..645ecd3 100644 --- a/src/bnetd/CMakeLists.txt +++ b/src/bnetd/CMakeLists.txt @@ -58,7 +58,7 @@ target_include_directories(bnetd ${ODBC_INCLUDE_DIR} ) -target_link_libraries(bnetd PRIVATE common compat fmt win32 ${NETWORK_LIBRARIES} ${ZLIB_LIBRARIES} ${MYSQL_CLIENT_LIBS} ${SQLITE3_LIBRARIES} ${PGSQL_LIBRARIES} ${ODBC_LIBRARIES} ${LUA_LIBRARIES}) +target_link_libraries(bnetd PRIVATE common compat fmt win32 ${NETWORK_LIBRARIES} ${ZLIB_LIBRARIES} ${MYSQL_LIBRARIES} ${SQLITE3_LIBRARIES} ${PGSQL_LIBRARIES} ${ODBC_LIBRARIES} ${LUA_LIBRARIES}) install(TARGETS bnetd DESTINATION ${SBINDIR}) if(WIN32 AND MSVC)