()
| 194 | |
| 195 | |
| 196 | def main(): |
| 197 | vtk_src_dir, application_srcs = get_program_parameters() |
| 198 | if not check_paths(vtk_src_dir, application_srcs): |
| 199 | return |
| 200 | |
| 201 | res = generate_find_package(vtk_src_dir, application_srcs) |
| 202 | if res: |
| 203 | print('\n'.join(res)) |
| 204 | |
| 205 | |
| 206 | if __name__ == '__main__': |
no test coverage detected