CMakeLists.txt

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
add_library(coro-headers-tests STATIC EXCLUDE_FROM_ALL
        allocator.cpp
        always.cpp
        bus.cpp
        cancellable.cpp
        eager.cpp
        future.cpp
        lazy.cpp
        start.cpp
        task.cpp
    )
target_link_libraries(coro-headers-tests PRIVATE felspar-coro)
add_dependencies(felspar-check coro-headers-tests)