6 lines
198 B
C++
6 lines
198 B
C++
|
|
// This file exists only to trigger the json module to build; without
|
||
|
|
// it swiftpm won't build anything, and then the package is not available for
|
||
|
|
// the modules that need it.
|
||
|
|
|
||
|
|
#include <json.hpp>
|