Initial commit, building project framework

This commit is contained in:
luwenpeng
2023-12-08 11:16:23 +08:00
commit cf6d855aa4
14 changed files with 1443 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
add_executable(stellar stellar.cpp)
install(TARGETS stellar RUNTIME DESTINATION bin COMPONENT Program)