qtpromise/tests/CMakeLists.txt

10 lines
144 B
CMake
Raw Normal View History

2022-06-26 18:10:20 +02:00
find_package(Qt${QT_VERSION_MAJOR} REQUIRED
COMPONENTS
Concurrent
Test
)
include(QtPromiseAddTest)
add_subdirectory(auto)