aboutsummaryrefslogtreecommitdiff
path: root/libs/script_extender_plugin_checker/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/script_extender_plugin_checker/CMakeLists.txt')
-rw-r--r--libs/script_extender_plugin_checker/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/script_extender_plugin_checker/CMakeLists.txt b/libs/script_extender_plugin_checker/CMakeLists.txt
new file mode 100644
index 0000000..54607be
--- /dev/null
+++ b/libs/script_extender_plugin_checker/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 3.16)
+
+project(ScriptExtenderPluginChecker LANGUAGES NONE)
+add_subdirectory(src)