From a3c87ef06bd0cb36cb3f490da30215889bd5d678 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 8 Jul 2015 20:37:34 -1000 Subject: [PATCH] added -maes flag to aes.c --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ee9624d..b750232 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -10,3 +10,4 @@ add_library(NOD NOD.cpp WideStringConvert.cpp ${NOD_HEADERS}) +set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)