aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/toolchaincache/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/toolchaincache/CMakeLists.txt')
-rw-r--r--tests/auto/toolchaincache/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/toolchaincache/CMakeLists.txt b/tests/auto/toolchaincache/CMakeLists.txt
new file mode 100644
index 0000000000..6e7444d518
--- /dev/null
+++ b/tests/auto/toolchaincache/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_qtc_test(tst_toolchaincache
+ DEPENDS ProjectExplorer
+ INCLUDES "${CMAKE_SOURCE_DIR}/src/libs"
+ SOURCES tst_toolchaincache.cpp
+)