Add CMake support

This commit is contained in:
Lars Toenning
2023-10-31 22:00:24 +01:00
parent 3ffb8f689b
commit 1deaeba584
94 changed files with 4864 additions and 248 deletions

View File

@@ -11,7 +11,7 @@ import os
import json
import subprocess
swift_config_file = open('../default.json')
swift_config_file = open('../version.json')
swift_config = json.load(swift_config_file)
swift_config_file.close()