mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
cc114a0706
CORE-13951 Add ReactOS_Critical_Stop.wav and ReactOS_Notify.wav
18 lines
981 B
CMake
18 lines
981 B
CMake
|
|
add_subdirectory(fonts)
|
|
add_subdirectory(inf)
|
|
add_subdirectory(nls)
|
|
add_subdirectory(sdb)
|
|
add_subdirectory(sounds)
|
|
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/networks DESTINATION reactos/system32/drivers/etc FOR all)
|
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/protocol 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}/systemcompatible.manifest DESTINATION reactos/winsxs/manifests FOR all)
|
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/forwardcompatible.manifest DESTINATION reactos/winsxs/manifests FOR all)
|