CMakeLists.txt 87 B

1234
  1. foreach(test_plugin ${fwtest_plugins})
  2. add_subdirectory(${test_plugin})
  3. endforeach()