Sync with trunk r63174.
[reactos.git] / modules / CMakeLists.txt
1
2 if(NOT ARCH STREQUAL "amd64")
3
4 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
5 add_subdirectory(rostests)
6 endif()
7
8 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
9 add_subdirectory(rosapps)
10 endif()
11
12 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
13 add_subdirectory(wallpaper)
14 endif()
15
16 endif()