diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2013-12-16 21:33:10 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2013-12-16 21:33:10 +0000 |
| commit | 43aaf98a4dcb838b0dbe7d94533bb5dee72122cb (patch) | |
| tree | 56298e2bfe68a0286a809d475c5e2077433d1d45 /qpid/cpp/examples/messaging | |
| parent | 897901671657ad6a4ec4385c1a6ebfd8c28df4fd (diff) | |
| download | qpid-python-43aaf98a4dcb838b0dbe7d94533bb5dee72122cb.tar.gz | |
QPID-5425: TPL fails with JERR_JNLF_FILEOFFSOVFL
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551361 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/messaging')
| -rw-r--r-- | qpid/cpp/examples/messaging/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/examples/messaging/CMakeLists.txt b/qpid/cpp/examples/messaging/CMakeLists.txt index 5481f2f0bf..cb56151cc0 100644 --- a/qpid/cpp/examples/messaging/CMakeLists.txt +++ b/qpid/cpp/examples/messaging/CMakeLists.txt @@ -51,6 +51,10 @@ add_messaging_example(client) add_messaging_example(server) add_messaging_example(server_reconnect) +add_executable(qc2_spout qc2_spout.cpp Formatter.cpp Utils.cpp OptionParser.cpp) +set_target_properties(qc2_spout PROPERTIES OUTPUT_NAME qc2_spout) +target_link_libraries(qc2_spout qpidmessaging qpidtypes ${_boost_libs_needed}) + # These don't need Boost or OptionParser add_executable(hello_world hello_world.cpp) set_target_properties(hello_world PROPERTIES OUTPUT_NAME hello_world) |
