Update CMakeLists.txt
This commit is contained in:
parent
98621a361a
commit
cc371941aa
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ target_include_directories(bnetd
|
|||
${ODBC_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
target_link_libraries(bnetd PRIVATE common compat fmt win32 ${NETWORK_LIBRARIES} ${ZLIB_LIBRARIES} ${MYSQL_LIBRARIES} ${SQLITE3_LIBRARIES} ${PGSQL_LIBRARIES} ${ODBC_LIBRARIES} ${LUA_LIBRARIES})
|
||||
target_link_libraries(bnetd PRIVATE common compat fmt win32 ${NETWORK_LIBRARIES} ${ZLIB_LIBRARIES} ${MYSQL_CLIENT_LIBS} ${SQLITE3_LIBRARIES} ${PGSQL_LIBRARIES} ${ODBC_LIBRARIES} ${LUA_LIBRARIES})
|
||||
|
||||
install(TARGETS bnetd DESTINATION ${SBINDIR})
|
||||
if(WIN32 AND MSVC)
|
||||
install(FILES $<TARGET_PDB_FILE:bnetd> DESTINATION ${SBINDIR} OPTIONAL)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue