auxiliarytool/test/cryp_test/CMakeLists.txt

6 lines
171 B
CMake
Raw Permalink Normal View History

2024-02-28 17:02:36 +08:00
cmake_minimum_required (VERSION 3.8)
project (cryp_test)
set(CMAKE_CXX_STANDARD 11)
add_executable(cryp_test "main.cpp")
target_link_libraries(cryp_test PRIVATE box_cryp)