mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
6 lines
268 B
Text
6 lines
268 B
Text
|
file(GLOB NLS_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.inf")
|
||
|
foreach(item ${NLS_FILES})
|
||
|
add_livecd("${CMAKE_CURRENT_SOURCE_DIR}/${item}" reactos/inf ${item})
|
||
|
endforeach(item)
|
||
|
|
||
|
add_livecd(${CMAKE_CURRENT_SOURCE_DIR}/syssetup.inf.trunk reactos/inf syssetup.inf)
|