qtpromise/tests/CMakeLists.txt

10 lines
132 B
CMake
Raw Normal View History

find_package(Qt5 5.6.0 REQUIRED
COMPONENTS
Concurrent
Test
)
include(QtPromiseAddTest)
add_subdirectory(auto)