diff options
Diffstat (limited to 'cxx')
-rw-r--r-- | cxx/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cxx/CMakeLists.txt b/cxx/CMakeLists.txt index 64613f7..9bbf777 100644 --- a/cxx/CMakeLists.txt +++ b/cxx/CMakeLists.txt @@ -9,3 +9,5 @@ if(MSVC_VERSION EQUAL 1900) # https://connect.microsoft.com/VisualStudio/feedback/details/888527/warnings-on-dbghelp-h target_compile_options(aesxx INTERFACE /wd4091) endif() + +install(DIRECTORY include/aesxx DESTINATION include) |