Refactored CMake
Serialbox now exports targets in SerialboxConfig.cmake:
- SerialboxStatic (core library)
- SerialboxCStatic (C bindings)
- SerialboxFortranStatic (Fortran bindings)
Bug fixes
- The json library is removed from the public interface (resolves problems when compiling with user code with nvcc)
- [FTG] Fix segfault due to undefined pointers in ftg_allocate_and_read_pointer_*