mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +00:00
10 lines
177 B
CMake
10 lines
177 B
CMake
include_directories(.)
|
|
|
|
add_executable(threeSD)
|
|
|
|
add_subdirectory(common)
|
|
add_subdirectory(core)
|
|
add_subdirectory(frontend)
|
|
|
|
target_link_libraries(threeSD PRIVATE cryptopp fmt)
|