diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-08 15:56:46 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-08 15:56:46 +0000 |
commit | ca5f0996cd93cfb7ed8d1cb6ad517a9af7f4341d (patch) | |
tree | 67dbd5fd1b29f912cd1638f505070d88774a5aa5 /cmake/plugins | |
parent | f44a93685ae651a08b51a2688a1c8d4c9ae2d28e (diff) | |
download | usdx-ca5f0996cd93cfb7ed8d1cb6ad517a9af7f4341d.tar.gz usdx-ca5f0996cd93cfb7ed8d1cb6ad517a9af7f4341d.tar.xz usdx-ca5f0996cd93cfb7ed8d1cb6ad517a9af7f4341d.zip |
initial cmake support (let's see if this is better suited than autoconf)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1717 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'cmake/plugins')
-rw-r--r-- | cmake/plugins/5000Points/CMakeLists.txt | 2 | ||||
-rw-r--r-- | cmake/plugins/Blind/CMakeLists.txt | 2 | ||||
-rw-r--r-- | cmake/plugins/CMakeLists.txt | 7 | ||||
-rw-r--r-- | cmake/plugins/Dont_Get_Worse/CMakeLists.txt | 4 | ||||
-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) | bin | 5433 -> 5433 bytes | |||
-rw-r--r-- | cmake/plugins/Duell/CMakeLists.txt | 2 | ||||
-rw-r--r-- | cmake/plugins/Team_Duell/CMakeLists.txt | 4 |
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 Binary files differindex f478e7a3..f478e7a3 100644 --- a/cmake/plugins/Don't_Get_Worse/dismissed.mp3 +++ b/cmake/plugins/Dont_Get_Worse/dismissed.mp3 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) |