Add empty file to trigger Swift Package Manager to build json module
This commit is contained in:
parent
e10a3fac8a
commit
569a5dee76
5
_SwiftPackageManagerFile.cpp
Executable file
5
_SwiftPackageManagerFile.cpp
Executable 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>
|
||||
Loading…
Reference in New Issue
Block a user