mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
25445ea35f
svn path=/branches/ntvdm/; revision=60692
16 lines
295 B
CMake
16 lines
295 B
CMake
|
|
if(NOT ARCH STREQUAL "amd64")
|
|
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
|
|
add_subdirectory(rostests)
|
|
endif()
|
|
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
|
|
add_subdirectory(rosapps)
|
|
endif()
|
|
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
|
|
add_subdirectory(wallpaper)
|
|
endif()
|
|
|
|
endif()
|