aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/CMakeLists.txt
diff options
context:
space:
mode:
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}
)