diff --git a/CMakeLists.txt b/CMakeLists.txt index 42febd8..df70d49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ project( VERSION 0.0.1 DESCRIPTION "A data structure for optimistic concurrency control on ranges of bitwise-lexicographically-ordered keys." + HOMEPAGE_URL "https://git.weaselab.dev/weaselab/conflict-set" LANGUAGES C CXX) set(CMAKE_CXX_STANDARD 20)