mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MODULES] Order the cmake inclusions alphabetically as we're used to everywhere else.
This commit is contained in:
parent
cb979bb293
commit
1383fb0514
1 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue