Commit Graph

4 Commits

Author SHA1 Message Date
Cristian Le
d3fee3c0ae
Enable code coverage
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
2023-05-10 10:40:33 +02:00
Cristian Le
4082eb138c
Modernize cmake file
- Added JSON_VALIDATOR_SHARED_LIBS to properly handle shared-library
- Bumped minimum cmake to 3.11 to use no-source add_library
- Bumped minimum cmake to 3.14 to properly support FetchContent (FetchContent_MakeAvailable)
- Converted Hunter package manager to FetchContent (It is plenty mature these days)
- Added namespace to exported target
- Made the cmake file compatible with FetchContent

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
2023-05-10 10:40:32 +02:00
Cristian Le
f94b761828
Add basic presets
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
2023-05-10 10:37:23 +02:00
Martin Peterlin
6e9812f4e3 Added Hunter, install and MSVC fix 2020-07-13 11:35:36 +02:00