grantila / q

A platform-independent promise library for C++, implementing asynchronous continuations.
http://libq.io
Apache License 2.0
192 stars 24 forks source link

cmake refactoring part 3 #7

Closed a4z closed 7 years ago

a4z commented 7 years ago

build only tests and run both test binaries works now like this

cmake -DCMAKE_BUILD_TYPE=Debug -Dq_BUILD_APPS=OFF ../
make
make test