summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-04-30 16:01:15 +0800
committeryangwei <[email protected]>2024-04-30 16:01:15 +0800
commitf4e5f43b959d1321acd128b76fdc82fa94cd877d (patch)
tree60d607e5f3d008ed9fcd4318d87e9e2f8e0c9b85 /CMakeLists.txt
parentb1e2dd20c4470d3b4dfcb98fb0a9289f197b200e (diff)
🦄 refactor(rename project): from stellar-c to stellar-on-sapp
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b2bc07..20cc211 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
-project(stellar-c)
+project(stellar-on-sapp)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)