mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
4 lines
185 B
Text
4 lines
185 B
Text
|
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)
|