qtpromise/tests/CMakeLists.txt

10 lines
144 B
CMake
Raw Normal View History

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