added -maes flag to aes.c

This commit is contained in:
Jack Andersen 2015-07-08 20:37:34 -10:00
parent fea6b496a6
commit a3c87ef06b
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ add_library(NOD
NOD.cpp
WideStringConvert.cpp
${NOD_HEADERS})
set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)