mirror of
https://github.com/reactos/reactos.git
synced 2025-05-04 05:03:22 +00:00
[CMAKE]
- Add wallpaper optional module to CMake build svn path=/trunk/; revision=55426
This commit is contained in:
parent
8562446b0d
commit
0bb1f439a4
1 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,7 @@ endif()
|
|||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
|
||||
add_subdirectory(rosapps)
|
||||
endif()
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
|
||||
add_subdirectory(wallpaper)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue