Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RElesgoe committed Jan 7, 2020
1 parent 32d6705 commit 82ba84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bnetd/CMakeLists.txt
Expand Up @@ -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::ZLIB ${MYSQL_CLIENT_LIBS} ${SQLITE3_LIBRARIES} ${PGSQL_LIBRARIES} ${ODBC_LIBRARIES} ${LUA_LIBRARIES})

install(TARGETS bnetd DESTINATION ${SBINDIR})
if(WIN32 AND MSVC)
Expand Down

0 comments on commit 82ba84a

Please sign in to comment.