aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-05-16better management of include_dir and headersLibravatar Finrod Felagund
2024-04-30Ensure first queryRelay unit test passesLibravatar Michael Jurkoic
2024-04-30Rename project to 'aedile'Libravatar Michael Jurkoic
2024-04-28Configure for Linux buildsLibravatar Michael Jurkoic
- Use vcpkg for most dependency management. - Manually include uuid_v4. - Update README with prerequisites and build instructions. - Support subproject and standalone builds.
2024-04-23Begin switching to FetchContent for depsLibravatar Michael Jurkoic
2024-04-16put binary outputs at the level of GitRepublicLibravatar Finrod Felagund
2024-04-16use uuid_v4 to generate faster UUIDs than BoostLibravatar Finrod Felagund
2024-03-12Add a filters struct for relay queriesLibravatar Michael Jurkoic
2024-03-03Create Nostr Service and Add Write Capabilities (#1)v0.0.1Libravatar Michael J