aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-11-22 12:57:51 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-11-22 12:57:51 +0100
commitfa7a48172a3c9d9c2f96d6f9c05d80f497bc304d (patch)
tree2c56890a3c0f12ca68ec16e120474ab6b0366bf9 /libcmix-common/CMakeLists.txt
parent4471b16ee9961f55086841204f91f5c172d917f6 (diff)
downloadcmix-fa7a48172a3c9d9c2f96d6f9c05d80f497bc304d.tar.gz
cmix-fa7a48172a3c9d9c2f96d6f9c05d80f497bc304d.tar.bz2
cmix-fa7a48172a3c9d9c2f96d6f9c05d80f497bc304d.zip
Added pointer tracing, and fixes memeory leaks within a single run of cmix.
Diffstat (limited to 'libcmix-common/CMakeLists.txt')
-rw-r--r--libcmix-common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcmix-common/CMakeLists.txt b/libcmix-common/CMakeLists.txt
index 71aa472..defc00f 100644
--- a/libcmix-common/CMakeLists.txt
+++ b/libcmix-common/CMakeLists.txt
@@ -6,6 +6,8 @@ add_library(cmix-common
senderreceiver.hpp
)
+set_target_properties(cmix-common PROPERTIES LINKER_LANGUAGE CXX)
+
target_include_directories(cmix-common
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
)