aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt
blob: 232aeb761b3d09f955478efe7fe7fdaff346d458 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
cmake_minimum_required(VERSION 3.5) # for Boost::* imported targets

project(aes_tools C CXX)

include(cmake/common.cmake)

add_subdirectory(aes)
add_subdirectory(aesxx)

install(FILES LICENSE.txt DESTINATION share)