mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
5d3618ef80
Livecd : Add fonts and nls files. svn path=/branches/cmake-bringup/; revision=49220
4 lines
No EOL
185 B
CMake
4 lines
No EOL
185 B
CMake
file(GLOB NLS_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.ttf")
|
|
foreach(item ${NLS_FILES})
|
|
add_livecd("${CMAKE_CURRENT_SOURCE_DIR}/${item}" reactos/fonts ${item})
|
|
endforeach(item) |