diff options
| author | luwenpeng <[email protected]> | 2023-12-08 11:16:23 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-12-08 11:18:16 +0800 |
| commit | cf6d855aa44827b9ef1a7e7091e48aecdfd3156f (patch) | |
| tree | 6abfacd9024a92ed676bac100c9aa3b5129c844d /conf | |
Initial commit, building project framework
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | conf/stellar.conf | 1 |
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 |
