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