9 lines
123 B
CMake
9 lines
123 B
CMake
|
add_python_test(testXmlUtilPy.py)
|
||
|
|
||
|
foreach(xml
|
||
|
test1.xml
|
||
|
)
|
||
|
|
||
|
configure_file(${xml} ${xml})
|
||
|
endforeach()
|