CMakeLists.txt 85 B

1234
  1. foreach(test_plugin ${test_plugins})
  2. ADD_SUBDIRECTORY(${test_plugin})
  3. endforeach()