
set(resource_files
  foo.txt
)

configure_file(resources/foo.txt ${CMAKE_CURRENT_BINARY_DIR}/resources/foo2.txt COPYONLY)

usFunctionCreateTestModuleWithResources(TestModuleRA
  RESOURCES ${resource_files}
  BINARY_RESOURCES foo2.txt
  APPEND_RESOURCES
)

