Files
qt-creator/tests/auto/extensionsystem/pluginmanager/circularplugins/CMakeLists.txt
Cristian Adam 8ae9cfe39d CMake build: Add "Devel" package
The "Devel" package will contain headers, libraries, documentation
needed by the 3rd parties to build Qt Creator plugins.

Fixes: QTCREATORBUG-22514
Change-Id: If54929f823982b921b98a63ff6085d53618a3a49
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2019-07-25 14:06:46 +00:00

5 lines
167 B
CMake

file(RELATIVE_PATH TEST_PLUGIN_PATH ${QtCreator_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR})
add_subdirectory(plugin1)
add_subdirectory(plugin2)
add_subdirectory(plugin3)