mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Install the vga fonts needed for the Blue driver.
svn path=/trunk/; revision=57755
This commit is contained in:
parent
da5ab71ded
commit
3e532bda01
1 changed files with 2 additions and 1 deletions
|
@ -16,4 +16,5 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab
|
|||
|
||||
add_custom_target(vgafonts DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab)
|
||||
|
||||
add_cd_file(TARGET vgafonts FILE ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab DESTINATION reactos NO_CAB FOR all)
|
||||
add_cd_file(TARGET vgafonts FILE ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab DESTINATION reactos NO_CAB FOR all)
|
||||
add_cd_file(TARGET vgafonts FILE ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab DESTINATION reactos FOR all)
|
Loading…
Reference in a new issue