diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-02-28 23:13:39 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-02-28 23:13:39 +0800 |
| commit | 99e2e923d0c77b02f3fb4ff648ea916954868606 (patch) | |
| tree | ec8e03f6f2cd1ce43990fb4fe6cd631967d0237e /works/life/information-security-experiment/CMakeLists.txt | |
| parent | 1cee979f5d36b311a03cc7397a036ba11caf3d42 (diff) | |
| download | crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.tar.gz crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.tar.bz2 crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.zip | |
chore(store): move everything to store.
Diffstat (limited to 'works/life/information-security-experiment/CMakeLists.txt')
| -rw-r--r-- | works/life/information-security-experiment/CMakeLists.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/works/life/information-security-experiment/CMakeLists.txt b/works/life/information-security-experiment/CMakeLists.txt deleted file mode 100644 index f44e2f1..0000000 --- a/works/life/information-security-experiment/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -cmake_minimum_required(VERSION 3.20) - -set(CMAKE_TOOLCHAIN_FILE $ENV{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake - CACHE STRING "Vcpkg toolchain file") - -project(information-security-experiment) - -set(CMAKE_CXX_STANDARD 20) - -find_package(OpenSSL REQUIRED) - -add_executable(des des.cpp) -target_link_libraries(des PRIVATE OpenSSL::Crypto) - -add_executable(md5 md5.cpp) -target_link_libraries(md5 PRIVATE OpenSSL::Crypto) - -add_executable(rsa rsa.cpp) -target_link_libraries(rsa PRIVATE OpenSSL::Crypto) |
