forked from qt-creator/qt-creator
11 lines
223 B
CMake
11 lines
223 B
CMake
|
|
add_subdirectory(testplugin)
|
||
|
|
|
||
|
|
add_qtc_test(tst_pluginspec
|
||
|
|
DEFINES
|
||
|
|
PLUGIN_DIR="${CMAKE_CURRENT_BINARY_DIR}"
|
||
|
|
PLUGINSPEC_DIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
||
|
|
DEPENDS ExtensionSystem
|
||
|
|
SOURCES
|
||
|
|
tst_pluginspec.cpp
|
||
|
|
)
|