Initial commit

This commit is contained in:
zhupengfei
2019-08-24 23:30:22 +08:00
commit 4f5a3effd8
38 changed files with 4939 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
include_directories(.)
add_executable(threeSD)
add_subdirectory(common)
add_subdirectory(core)
add_subdirectory(frontend)
target_link_libraries(threeSD PRIVATE cryptopp fmt)