Add empty file to trigger Swift Package Manager to build json module

This commit is contained in:
Richard Topchii 2021-06-03 13:43:27 +03:00
parent e10a3fac8a
commit 569a5dee76

5
_SwiftPackageManagerFile.cpp Executable file
View File

@ -0,0 +1,5 @@
// 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>