mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
77d05dd552
Respect the original directory structure. JIRA issue: CORE-19617 - Make Angelus, Angelus/ReactOS, and Mizu folders. - Move image files. - Add LICENSE.txt and suggestion.txt files. - Revive modules/wallpapers/Angelus/ ReadMe.txt.
5 lines
249 B
CMake
5 lines
249 B
CMake
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/ReadMe.txt DESTINATION reactos/Web/Wallpaper FOR all)
|
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt DESTINATION reactos/Web/Wallpaper FOR all)
|
|
|
|
add_subdirectory(Angelus)
|
|
add_subdirectory(Mizu)
|