mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
Adjust CMakeLists entry in consequence of r66725.
svn path=/trunk/; revision=66726
This commit is contained in:
parent
8a3d7e3c7f
commit
5286be0747
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
|
|||
add_subdirectory(rosapps)
|
||||
endif()
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
|
||||
add_subdirectory(wallpaper)
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpapers/)
|
||||
add_subdirectory(wallpapers)
|
||||
endif()
|
||||
|
||||
## Extra files for Hybrid CD. You need to put them under hybridcd_extras
|
||||
|
|
Loading…
Reference in a new issue