mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Initial commit
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user