config: Add 1 and update 10 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 1m33s
Build-Test-Publish / build (linux/arm64) (push) Successful in 2m45s
Build-Test-Publish / create-manifest (push) Successful in 13s

This commit is contained in:
j842
2025-08-16 13:08:05 +12:00
parent baa215e762
commit 38a3a7a478
11 changed files with 156 additions and 35 deletions

View File

@@ -42,10 +42,11 @@ target_include_directories(${PROJECT_NAME} PRIVATE
find_package(OpenSSL REQUIRED)
find_package(Drogon CONFIG REQUIRED)
find_package(nlohmann_json REQUIRED)
find_package(spdlog REQUIRED)
# Link libraries for main executable
target_link_libraries(${PROJECT_NAME} PRIVATE
nlohmann_json::nlohmann_json Drogon::Drogon
nlohmann_json::nlohmann_json Drogon::Drogon spdlog::spdlog
/usr/local/lib/libpgcommon.a /usr/local/lib/libpgport.a
lzma dl)