# HG changeset patch # User Sebastien Jodogne # Date 1380012183 -7200 # Node ID 06119badb2b05fd1059201e0e0884601f5808e09 # Parent ded40a9e8cc8fc9fd84f9a456ebf406a696263ec lsb cont diff -r ded40a9e8cc8 -r 06119badb2b0 NEWS --- a/NEWS Mon Sep 23 17:52:38 2013 +0200 +++ b/NEWS Tue Sep 24 10:43:03 2013 +0200 @@ -2,6 +2,8 @@ =============================== * Switch to Boost 1.54.0 (cf. issue #9) +* Build of the C++ client as a shared library +* Improved C++ client API Version 0.6.1 (2013/09/16) diff -r ded40a9e8cc8 -r 06119badb2b0 Resources/CMake/Compiler.cmake --- a/Resources/CMake/Compiler.cmake Mon Sep 23 17:52:38 2013 +0200 +++ b/Resources/CMake/Compiler.cmake Tue Sep 24 10:43:03 2013 +0200 @@ -30,6 +30,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") if ("${CMAKE_SYSTEM_VERSION}" STREQUAL "LinuxStandardBase") + SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I${LSB_PATH}/include") SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -nostdinc++ -I${LSB_PATH}/include -I${LSB_PATH}/include/c++ -I${LSB_PATH}/include/c++/backward -fpermissive") SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -L${LSB_LIBPATH}") endif()