CMake build: Add unittest CMake build files

On MinGW 8.1 I get the following after running ctest -j 40

99% tests passed, 35 tests failed out of 2631

Change-Id: I2c3ce7940b036e52ef393feab5837886355e7b5a
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Cristian Adam
2019-05-29 14:55:17 +02:00
committed by Cristian Adam
parent 0bbc5ef574
commit f50859e856
17 changed files with 841 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
add_qtc_plugin(CppTools
DEPENDS Qt5::Network Qt5::Xml
PUBLIC_DEPENDS CPlusPlus
PUBLIC_DEPENDS CPlusPlus Qt5::Widgets
PLUGIN_DEPENDS Core ProjectExplorer TextEditor
SOURCES
abstracteditorsupport.cpp abstracteditorsupport.h