fix: split apart big Cmake libraries (#1381)

* fix: split apart big Cmake libraries

* fix: formatting

* fix: newline

* fix: add quotes
This commit is contained in:
Daniel Seiler
2024-01-04 01:41:46 +01:00
committed by GitHub
parent 10baa98f00
commit d283bbd1c4
51 changed files with 312 additions and 368 deletions

6
dScripts/InvalidScript.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "CppScripts.h"
class InvalidScript : public CppScripts::Script
{
};