aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt
blob: 6ed976f8c5a6b9b5896b26171881abe912d7c9b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)
add_subdirectory(utils)

install(FILES LICENSE.txt DESTINATION share)