mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
3224e67cfc
svn path=/branches/ntvdm/; revision=61758
10 lines
570 B
CMake
10 lines
570 B
CMake
add_subdirectory(fonts)
|
|
add_subdirectory(inf)
|
|
add_subdirectory(nls)
|
|
add_subdirectory(themes)
|
|
add_subdirectory(vgafonts)
|
|
|
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/hosts DESTINATION reactos/system32/drivers/etc FOR all)
|
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/KDBinit DESTINATION reactos/system32/drivers/etc FOR all)
|
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/services DESTINATION reactos/system32/drivers/etc FOR all)
|
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/sounds/ReactOS_LogOn.wav DESTINATION reactos/media FOR all)
|