mirror of
https://github.com/reactos/CMake.git
synced 2025-01-31 08:52:21 +00:00
9 lines
230 B
CMake
9 lines
230 B
CMake
# Set Qt test version and include the Autogen test macros
|
|
set(QT_TEST_VERSION 5)
|
|
include("../QtAutogen/TestMacros.cmake")
|
|
|
|
# Common tests
|
|
include("../QtAutogen/Tests.cmake")
|
|
|
|
set(TEST_BUILD_DIRS "${TEST_BUILD_DIRS}" PARENT_SCOPE)
|