diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-12 16:02:56 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-12 16:02:56 +0200 |
commit | 7357673a7ee5a0976447d0285e3aa272e8626282 (patch) | |
tree | 667c7f7c8a780c88419f878ed5c381d54a7ed803 /async/src/CMakeLists.txt | |
parent | e85967518b9041e9943ec5f1765c6694bb153840 (diff) | |
parent | 73b8fe58c6fb985898d2bbf431926f0628e2b0a9 (diff) | |
download | sink-7357673a7ee5a0976447d0285e3aa272e8626282.tar.gz sink-7357673a7ee5a0976447d0285e3aa272e8626282.zip |
Merge remote-tracking branch 'origin/develop' into develop
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}) |