From 0765a9454b6fb6a158b936a0c38ab2fc4f99d5db Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 16 May 2014 14:45:16 +0100 Subject: [PATCH] c++: Add C++ runtime library to linker patch Signed-off-by: Brendan Le Foll --- examples/c++/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/c++/CMakeLists.txt b/examples/c++/CMakeLists.txt index 2be1a7d..879b3ba 100644 --- a/examples/c++/CMakeLists.txt +++ b/examples/c++/CMakeLists.txt @@ -2,4 +2,4 @@ add_executable (AioA0 AioA0.cpp) include_directories(${PROJECT_SOURCE_DIR}/api) -target_link_libraries (AioA0 maa) +target_link_libraries (AioA0 maa stdc++)