Organize CMakeLists targets in alphabetical order
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index 648b151..e525731 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -46,6 +46,7 @@
     pkparse.c
     pkwrite.c
     platform.c
+    platform_util.c
     ripemd160.c
     rsa.c
     rsa_internal.c
@@ -57,7 +58,6 @@
     version.c
     version_features.c
     xtea.c
-    platform_util.c
 )
 
 set(src_x509