aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/plugins/Dont_Get_Worse/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/plugins/Dont_Get_Worse/CMakeLists.txt')
-rw-r--r--cmake/plugins/Dont_Get_Worse/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/plugins/Dont_Get_Worse/CMakeLists.txt b/cmake/plugins/Dont_Get_Worse/CMakeLists.txt
new file mode 100644
index 00000000..3148cfc8
--- /dev/null
+++ b/cmake/plugins/Dont_Get_Worse/CMakeLists.txt
@@ -0,0 +1,4 @@
+pascal_add_module(hold_the_line Hold_The_Line.dpr
+ PACKAGES sdl opengl
+)
+add_dependencies(plugins hold_the_line)