Clean up warnings, fix errors related to testes and how MariaDB moves around

This commit is contained in:
Jettford
2024-12-11 15:18:45 +00:00
parent 1f5982ed0e
commit 4133008d9c
8 changed files with 54 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ target_include_directories(dDatabaseGame PUBLIC "."
"${PROJECT_SOURCE_DIR}/dCommon/dEnums"
)
target_link_libraries(dDatabaseGame
PUBLIC MariaDB::ConnCpp
PUBLIC mariadb_cpp_connector
INTERFACE dCommon)
# Glob together all headers that need to be precompiled