qtpromise/tests/CMakeLists.txt
2022-06-26 18:10:20 +02:00

10 lines
144 B
CMake

find_package(Qt${QT_VERSION_MAJOR} REQUIRED
COMPONENTS
Concurrent
Test
)
include(QtPromiseAddTest)
add_subdirectory(auto)