Files
qt-creator/tests/auto/cplusplus/preprocessor/CMakeLists.txt
hjk 9a8d34ecf8 CplusPlus: Pass FilePath to Preprocessor::run()
... and update caller sides.

Change-Id: I6a107e4a7fd9f7123cdc6f141da202845bcbbb66
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2022-12-07 12:58:31 +00:00

5 lines
99 B
CMake

add_qtc_test(tst_cplusplus_preprocessor
DEPENDS CppEditor Utils
SOURCES tst_preprocessor.cpp
)