aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/plugins
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cmake/plugins/5000Points/CMakeLists.txt2
-rw-r--r--cmake/plugins/Blind/CMakeLists.txt2
-rw-r--r--cmake/plugins/CMakeLists.txt7
-rw-r--r--cmake/plugins/Dont_Get_Worse/CMakeLists.txt4
-rw-r--r--cmake/plugins/Dont_Get_Worse/Hold_The_Line.bdsproj (renamed from cmake/plugins/Don't_Get_Worse/Hold_The_Line.bdsproj)0
-rw-r--r--cmake/plugins/Dont_Get_Worse/Hold_The_Line.dpr (renamed from cmake/plugins/Don't_Get_Worse/Hold_The_Line.dpr)0
-rw-r--r--cmake/plugins/Dont_Get_Worse/Hold_The_Line.lpi (renamed from cmake/plugins/Don't_Get_Worse/Hold_The_Line.lpi)0
-rw-r--r--cmake/plugins/Dont_Get_Worse/dismissed.mp3 (renamed from cmake/plugins/Don't_Get_Worse/dismissed.mp3)bin5433 -> 5433 bytes
-rw-r--r--cmake/plugins/Duell/CMakeLists.txt2
-rw-r--r--cmake/plugins/Team_Duell/CMakeLists.txt4
10 files changed, 21 insertions, 0 deletions
diff --git a/cmake/plugins/5000Points/CMakeLists.txt b/cmake/plugins/5000Points/CMakeLists.txt
new file mode 100644
index 00000000..44090f84
--- /dev/null
+++ b/cmake/plugins/5000Points/CMakeLists.txt
@@ -0,0 +1,2 @@
+pascal_add_module(until5000 Until5000.dpr)
+add_dependencies(plugins until5000)
diff --git a/cmake/plugins/Blind/CMakeLists.txt b/cmake/plugins/Blind/CMakeLists.txt
new file mode 100644
index 00000000..7969d5be
--- /dev/null
+++ b/cmake/plugins/Blind/CMakeLists.txt
@@ -0,0 +1,2 @@
+pascal_add_module(blind Blind.dpr)
+add_dependencies(plugins blind)
diff --git a/cmake/plugins/CMakeLists.txt b/cmake/plugins/CMakeLists.txt
new file mode 100644
index 00000000..31723005
--- /dev/null
+++ b/cmake/plugins/CMakeLists.txt
@@ -0,0 +1,7 @@
+add_custom_target(plugins ALL)
+
+add_subdirectory(5000Points)
+add_subdirectory(Blind)
+add_subdirectory(Duell)
+add_subdirectory(Dont_Get_Worse)
+add_subdirectory(Team_Duell)
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)
diff --git a/cmake/plugins/Don't_Get_Worse/Hold_The_Line.bdsproj b/cmake/plugins/Dont_Get_Worse/Hold_The_Line.bdsproj
index 8694fb50..8694fb50 100644
--- a/cmake/plugins/Don't_Get_Worse/Hold_The_Line.bdsproj
+++ b/cmake/plugins/Dont_Get_Worse/Hold_The_Line.bdsproj
diff --git a/cmake/plugins/Don't_Get_Worse/Hold_The_Line.dpr b/cmake/plugins/Dont_Get_Worse/Hold_The_Line.dpr
index 583a0b94..583a0b94 100644
--- a/cmake/plugins/Don't_Get_Worse/Hold_The_Line.dpr
+++ b/cmake/plugins/Dont_Get_Worse/Hold_The_Line.dpr
diff --git a/cmake/plugins/Don't_Get_Worse/Hold_The_Line.lpi b/cmake/plugins/Dont_Get_Worse/Hold_The_Line.lpi
index bb21d5d9..bb21d5d9 100644
--- a/cmake/plugins/Don't_Get_Worse/Hold_The_Line.lpi
+++ b/cmake/plugins/Dont_Get_Worse/Hold_The_Line.lpi
diff --git a/cmake/plugins/Don't_Get_Worse/dismissed.mp3 b/cmake/plugins/Dont_Get_Worse/dismissed.mp3
index f478e7a3..f478e7a3 100644
--- a/cmake/plugins/Don't_Get_Worse/dismissed.mp3
+++ b/cmake/plugins/Dont_Get_Worse/dismissed.mp3
Binary files differ
diff --git a/cmake/plugins/Duell/CMakeLists.txt b/cmake/plugins/Duell/CMakeLists.txt
new file mode 100644
index 00000000..71d455dd
--- /dev/null
+++ b/cmake/plugins/Duell/CMakeLists.txt
@@ -0,0 +1,2 @@
+pascal_add_module(duell Duell.dpr)
+add_dependencies(plugins duell)
diff --git a/cmake/plugins/Team_Duell/CMakeLists.txt b/cmake/plugins/Team_Duell/CMakeLists.txt
new file mode 100644
index 00000000..8400cd9c
--- /dev/null
+++ b/cmake/plugins/Team_Duell/CMakeLists.txt
@@ -0,0 +1,4 @@
+pascal_add_module(team_duell TeamDuell.dpr
+ PACKAGES sdl opengl
+)
+add_dependencies(plugins team_duell)