mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 19:00:05 +08:00
10 lines
132 B
CMake
10 lines
132 B
CMake
|
find_package(Qt5 5.6.0 REQUIRED
|
||
|
COMPONENTS
|
||
|
Concurrent
|
||
|
Test
|
||
|
)
|
||
|
|
||
|
include(QtPromiseAddTest)
|
||
|
|
||
|
add_subdirectory(auto)
|