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)