2014-10-18 07:28:29 +08:00
|
|
|
|
2011-05-16 21:12:07 +08:00
|
|
|
add_subdirectory(fonts)
|
|
|
|
add_subdirectory(inf)
|
|
|
|
add_subdirectory(nls)
|
2016-07-11 00:21:53 +08:00
|
|
|
add_subdirectory(sdb)
|
2022-10-05 12:51:06 +08:00
|
|
|
add_subdirectory(sounds)
|
2013-05-21 04:27:26 +08:00
|
|
|
add_subdirectory(themes)
|
2011-05-16 21:12:07 +08:00
|
|
|
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)
|
2015-10-31 03:46:11 +08:00
|
|
|
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)
|
2011-05-16 21:12:07 +08:00
|
|
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/services DESTINATION reactos/system32/drivers/etc FOR all)
|
2018-01-18 22:53:59 +08:00
|
|
|
|
2018-04-09 03:28:29 +08:00
|
|
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/systemcompatible.manifest DESTINATION reactos/winsxs/manifests FOR all)
|