pushen der toml-file jetzt moeglich

This commit is contained in:
@Nurullah.Damla 2019-11-27 12:25:19 +01:00
parent 2ab027c901
commit 62c22f0f41
3 changed files with 3674 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,6 +10,5 @@ CmakeCache.txt
bin/
lib/
include/
build/

View File

@ -8,10 +8,14 @@ if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}")
endif()
set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "bin" "doc" "CMakeFiles" "lib" "include")
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
#set(CMAKE_CXX_COMPILER "clang++")
#set(CMAKE_C_COMPILER "/usr/bin/clang")
#set(CMAKE_CXX_COMPILER "/usr/bin/clang++")
project(Shared_Memory)
set(CMAKE_CXX_STANDARD 14)
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
set(CMAKE_CXX_COMPILER "clang++")
file(GLOB_RECURSE SOURCES src/*.cpp)
file(GLOB_RECURSE HEADERS src/*.hpp)

3668
lib/toml/cpptoml.h Normal file

File diff suppressed because it is too large Load Diff