From 65a7aad53d597ccb237900d9c150e559bea4665c Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 18 Dec 2020 02:28:09 -0500 Subject: [PATCH] Moving more packages. Moved libmariadb --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e738439..a634ac8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,4 +118,4 @@ add_executable(icarus ${SOURCES} ${HEADERS}) target_include_directories(icarus PRIVATE ${JWT_CPP_INCLUDE_DIRS}) -target_link_libraries(icarus PRIVATE "-lstdc++fs" oatpp tag mysqlclient nlohmann_json nlohmann_json::nlohmann_json cpr bcrypt) +target_link_libraries(icarus PRIVATE "-lstdc++fs" oatpp tag mariadb nlohmann_json nlohmann_json::nlohmann_json cpr bcrypt) diff --git a/README.md b/README.md index 6b1e88c..360ce1a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ One can interface with Icarus the music server either by: * [cpr](https://www.github.com/whoshuu/cpr) * [TagLib](https://github.com/taglib/taglib) * [jwt-cpp](https://github.com/Thalhammer/jwt-cpp) -* libmysql +* libmariadb * [libbcrypt](https://github.com/rg3/libbcrypt) * [oatpp](https://github.com/oatpp/oatpp) @@ -153,7 +153,7 @@ git clone --recursive https://github.com/kdeng00/icarus cd icarus/3rdparty/vcpkg ./bootstrap-vcpkg.sh -./vcpkg install nlohmann-json cpr taglib jwt-cpp +./vcpkg install nlohmann-json cpr taglib jwt-cpp libmariadb cd ../3rdparty/libbcrypt/ make