ISCE_INSAR/components/isceobj/XmlUtil/test/CMakeLists.txt

9 lines
123 B
CMake

add_python_test(testXmlUtilPy.py)
foreach(xml
test1.xml
)
configure_file(${xml} ${xml})
endforeach()