Skip to content

GrabCAD/fips-cpptoml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fips-cpptoml

Requires C++ exceptions enabled, add the following line to you toplevel CMakeLists.txt file before fips_setup() is called, or build with a fips config that sets FIPS_EXCEPTIONS to ON:

set(FIPS_EXCEPTIONS ON CACHE BOOL "Enable C++ exceptions" FORCE)
fips_setup()
...

This is a header-only lib, simply add to your fips.yml as import and include cpptoml.h:

imports:
    fips-cpptoml:
        git:    https://github.com/floooh/fips-cpptoml
#include "cpptoml.h"