summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMichael M <mchtly@gmail.com>2017-08-06 23:25:14 -0700
committerMichael M <mchtly@gmail.com>2017-08-13 18:50:51 -0700
commit9afb2ff40ea45292932f5b6a8a30cf19d92d4e8a (patch)
treed4ea75271c05059176dd0436b12fdde5343b3c14 /Source/Core
parent06da1973a88299ffd911e04a8615db59572a4a43 (diff)
Common/CMakeLists: sort source files
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt
index 4f5c01e6a6..322bf5d641 100644
--- a/Source/Core/Common/CMakeLists.txt
+++ b/Source/Core/Common/CMakeLists.txt
@@ -6,6 +6,9 @@ set(SRCS
Config/Config.cpp
Config/Layer.cpp
Config/Section.cpp
+ Crypto/AES.cpp
+ Crypto/bn.cpp
+ Crypto/ec.cpp
ENetUtil.cpp
File.cpp
FileSearch.cpp
@@ -15,7 +18,9 @@ set(SRCS
HttpRequest.cpp
IniFile.cpp
JitRegister.cpp
+ Logging/LogManager.cpp
MathUtil.cpp
+ MD5.cpp
MemArena.cpp
MemoryUtil.cpp
MsgHandler.cpp
@@ -35,11 +40,6 @@ set(SRCS
Version.cpp
x64ABI.cpp
x64Emitter.cpp
- MD5.cpp
- Crypto/AES.cpp
- Crypto/bn.cpp
- Crypto/ec.cpp
- Logging/LogManager.cpp
)
set(LIBS ${LIBS} ${MBEDTLS_LIBRARIES})