We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e54e8f commit 8b20b7aCopy full SHA for 8b20b7a
amalgamate.py
@@ -99,6 +99,8 @@ def amalgamate_source(source_top_dir=None,
99
header.add_text("/// If defined, indicates that the source file is amalgamated")
100
header.add_text("/// to prevent private header inclusion.")
101
header.add_text("#define JSON_IS_AMALGAMATION")
102
+ header.add_file(os.path.join(INCLUDE_PATH, "version.h"))
103
+ header.add_file(os.path.join(INCLUDE_PATH, "allocator.h"))
104
header.add_file(os.path.join(INCLUDE_PATH, "config.h"))
105
header.add_file(os.path.join(INCLUDE_PATH, "forwards.h"))
106
header.add_text("#endif //ifndef JSON_FORWARD_AMALGAMATED_H_INCLUDED")
0 commit comments