5 lines
121 B
CMake
5 lines
121 B
CMake
|
cmake_minimum_required (VERSION 3.8)
|
||
|
project (auxiliarytool_test)
|
||
|
set(CMAKE_CXX_STANDARD 11)
|
||
|
|
||
|
add_subdirectory(cryp_test)
|