'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Failing after 8s

This commit is contained in:
Your Name
2025-06-15 18:23:22 +12:00
parent f5346eddc7
commit 24b4ea6e22
3 changed files with 133 additions and 10572 deletions

View File

@ -35,10 +35,13 @@ target_include_directories(${PROJECT_NAME} PRIVATE
src)
# Find packages
find_package(OpenSSL REQUIRED)
find_package(Drogon CONFIG REQUIRED)
find_package(nlohmann_json REQUIRED)
# Link libraries
target_link_libraries(${PROJECT_NAME} PRIVATE
nlohmann_json::nlohmann_json
)
nlohmann_json::nlohmann_json Drogon::Drogon
/usr/local/lib/libpgcommon.a /usr/local/lib/libpgport.a
lzma dl)