mirror of https://github.com/AxioDL/nod.git
Minor indent fix
This commit is contained in:
parent
db1a6f13a2
commit
c374038103
|
@ -14,7 +14,7 @@ add_library(nod
|
||||||
DiscWii.cpp
|
DiscWii.cpp
|
||||||
DirectoryEnumerator.cpp
|
DirectoryEnumerator.cpp
|
||||||
nod.cpp
|
nod.cpp
|
||||||
${PLAT_SRCS}
|
${PLAT_SRCS}
|
||||||
${NOD_HEADERS})
|
${NOD_HEADERS})
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)
|
set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)
|
||||||
|
|
Loading…
Reference in New Issue