diff options
author | Dan Vrátil <dvratil@redhat.com> | 2015-04-11 11:44:49 +0200 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2015-04-11 11:44:49 +0200 |
commit | 73b8fe58c6fb985898d2bbf431926f0628e2b0a9 (patch) | |
tree | 5500fbfcca6ccc12cb744dd18c3f790e94f5fc9c /async/src/CMakeLists.txt | |
parent | 8d5f4e8485db0bfc0745a9852bac9eceab3b769f (diff) | |
download | sink-73b8fe58c6fb985898d2bbf431926f0628e2b0a9.tar.gz sink-73b8fe58c6fb985898d2bbf431926f0628e2b0a9.zip |
Async: add runtime executor tracing for easier debugging
Diffstat (limited to 'async/src/CMakeLists.txt')
-rw-r--r-- | async/src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/async/src/CMakeLists.txt b/async/src/CMakeLists.txt index 6f8ab63..becc8ee 100644 --- a/async/src/CMakeLists.txt +++ b/async/src/CMakeLists.txt | |||
@@ -5,6 +5,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) | |||
5 | set(async_SRCS | 5 | set(async_SRCS |
6 | async.cpp | 6 | async.cpp |
7 | future.cpp | 7 | future.cpp |
8 | debug.cpp | ||
8 | ) | 9 | ) |
9 | 10 | ||
10 | add_library(${PROJECT_NAME} SHARED ${async_SRCS}) | 11 | add_library(${PROJECT_NAME} SHARED ${async_SRCS}) |