[MODULES] Order the cmake inclusions alphabetically as we're used to everywhere else.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 30 Aug 2018 20:54:49 +0000 (22:54 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 30 Aug 2018 20:54:49 +0000 (22:54 +0200)
modules/CMakeLists.txt

index e09868d..78123b6 100644 (file)
@@ -1,12 +1,12 @@
 
-if(ENABLE_ROSTESTS)
-    add_subdirectory(rostests)
-endif()
-
 if(ENABLE_ROSAPPS)
     add_subdirectory(rosapps)
 endif()
 
+if(ENABLE_ROSTESTS)
+    add_subdirectory(rostests)
+endif()
+
 if(ENABLE_WALLPAPERS)
     add_subdirectory(wallpapers)
 endif()