summaryrefslogtreecommitdiffstats
path: root/async/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2015-04-11 11:44:49 +0200
committerDan Vrátil <dvratil@redhat.com>2015-04-11 11:44:49 +0200
commit73b8fe58c6fb985898d2bbf431926f0628e2b0a9 (patch)
tree5500fbfcca6ccc12cb744dd18c3f790e94f5fc9c /async/src/CMakeLists.txt
parent8d5f4e8485db0bfc0745a9852bac9eceab3b769f (diff)
downloadsink-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.txt1
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})
5set(async_SRCS 5set(async_SRCS
6 async.cpp 6 async.cpp
7 future.cpp 7 future.cpp
8 debug.cpp
8) 9)
9 10
10add_library(${PROJECT_NAME} SHARED ${async_SRCS}) 11add_library(${PROJECT_NAME} SHARED ${async_SRCS})