Skip to content

Commit

Permalink
Merge pull request eLvErDe#16 from flv0/libxml-c++
Browse files Browse the repository at this point in the history
c++11 required for libxml++/glibmm dependendy
  • Loading branch information
eLvErDe committed Mar 15, 2016
2 parents 025970a + 8595aab commit 4d8f291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Muhelp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pkg_search_module(LIBXMLPP REQUIRED "libxml++-2.6")

ADD_DEFINITIONS(${LIBXMLPP_CFLAGS})

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BUILD_DIR})

set(MUHELP_SOURCES
Expand Down
2 changes: 2 additions & 0 deletions muscan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ INCLUDE(FindPkgConfig REQUIRED)
pkg_search_module(LIBXMLPP "libxml++-2.6")
ADD_DEFINITIONS(${LIBXMLPP_CFLAGS})

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

set(TOOLS_SOURCES
mp3.c
scandir.cc
Expand Down

0 comments on commit 4d8f291

Please sign in to comment.