summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2023-12-08 11:16:23 +0800
committerluwenpeng <[email protected]>2023-12-08 11:18:16 +0800
commitcf6d855aa44827b9ef1a7e7091e48aecdfd3156f (patch)
tree6abfacd9024a92ed676bac100c9aa3b5129c844d /conf
Initial commit, building project framework
Diffstat (limited to 'conf')
-rw-r--r--conf/CMakeLists.txt1
-rw-r--r--conf/stellar.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt
new file mode 100644
index 0000000..4c603d6
--- /dev/null
+++ b/conf/CMakeLists.txt
@@ -0,0 +1 @@
+install(FILES stellar.conf DESTINATION conf COMPONENT Profile) \ No newline at end of file
diff --git a/conf/stellar.conf b/conf/stellar.conf
new file mode 100644
index 0000000..f87f5c1
--- /dev/null
+++ b/conf/stellar.conf
@@ -0,0 +1 @@
+# TODO \ No newline at end of file