diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-30 12:11:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-04-05 20:45:22 +0300 |
commit | 9dec0cff5b6a7b8ea68c43fc34864da84d5c04ee (patch) | |
tree | 6f06e6d8d9b71dd2a159183d2709abc6e5b03bfe /CMakeLists.txt | |
parent | AppVeyor: lint the config (diff) | |
download | aes-tools-9dec0cff5b6a7b8ea68c43fc34864da84d5c04ee.tar.gz aes-tools-9dec0cff5b6a7b8ea68c43fc34864da84d5c04ee.zip |
update cmake-common
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d581426..232aeb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5) # for Boost::* imported targets project(aes_tools C CXX) -include(cmake/cmake/common.cmake) +include(cmake/common.cmake) add_subdirectory(aes) add_subdirectory(aesxx) |