cmake HAVE_LIBC examples

tanis2000/binocle-c src/deps/glew/CMakeLists.txt :27

add_definitions(-DHAVE_LIBC)

tanis2000/binocle-c src/deps/glew/CMakeLists.txt :39

add_definitions(-DHAVE_LIBC)

maidsafe-archive/MaidSafe CMakeLists.txt :155

option(HAVE_LIBC++ "If ON, '-stdlib=libc++' is added to the compile and link flags" ON)

maidsafe-archive/MaidSafe CMakeLists.txt :157

option(HAVE_LIBC++ "If ON, '-stdlib=libc++' is added to the compile and link flags" OFF)

maidsafe-archive/MaidSafe CMakeLists.txt :158

option(HAVE_LIBC++ABI "If ON, '-lc++abi' is added to the link flags" OFF)

maidsafe-archive/MaidSafe cmake_modules/exports.cmake :38

file(APPEND ${ExportFile} "set(HAVE_LIBC++ ${HAVE_LIBC++})\n")

maidsafe-archive/MaidSafe cmake_modules/exports.cmake :39

file(APPEND ${ExportFile} "set(HAVE_LIBC++ABI ${HAVE_LIBC++ABI})\n\n")