aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt
blob: d581426b53294fbb2c20db3289e3230731c74f7a (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/cmake/common.cmake)

add_subdirectory(aes)
add_subdirectory(aesxx)

install(FILES LICENSE.txt DESTINATION share)