This commit is contained in:
Sebastian Messmer 2018-05-19 14:42:00 -07:00
parent fedcd95668
commit 22f729bcab
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ cmake_policy(SET CMP0054 NEW)
# note: for clang-tidy, we need cmake 3.6, or (if the return code should be handled correctly, e.g. on CI), we need 3.8.
# TODO Perf test:
# - try if setting CRYPTOPP_NATIVE_ARCH=ON and adding -march=native to the compile commands for cryfs source files makes a difference
# -> if yes, offer a cmake option to enable both of these
project(cryfs)
include(utils.cmake)