This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/tests/auto/CMakeLists.txt

9 lines
179 B
CMake

project(subprojects)
add_subdirectory(tst_plugin1)
add_subdirectory(tst_plugin2)
add_subdirectory(tst_plugin3)
add_subdirectory(tst_plugin4)
add_subdirectory(tst_pluginmanager)