From fa7a48172a3c9d9c2f96d6f9c05d80f497bc304d Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 22 Nov 2016 12:57:51 +0100 Subject: Added pointer tracing, and fixes memeory leaks within a single run of cmix. --- libcmix-common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcmix-common') 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} ) -- cgit v1.2.3-70-g09d2