aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-05-09 14:44:10 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-05-09 14:44:10 +0000
commit64ed220b59465b39fbbd6957dcb93618ab330cf4 (patch)
treec159f5d1b8284f59f5e94f75c4f54c388ab38308 /cmake
parentb230f515a89f14d4742b79d4caabf4997a8e614a (diff)
downloadusdx-64ed220b59465b39fbbd6957dcb93618ab330cf4.tar.gz
usdx-64ed220b59465b39fbbd6957dcb93618ab330cf4.tar.xz
usdx-64ed220b59465b39fbbd6957dcb93618ab330cf4.zip
- Id and HeadURL properties added for better identification of CMakeLists.txt in the editor
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1720 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'cmake')
-rw-r--r--cmake/plugins/5000Points/CMakeLists.txt2
-rw-r--r--cmake/plugins/Blind/CMakeLists.txt2
-rw-r--r--cmake/plugins/CMakeLists.txt2
-rw-r--r--cmake/plugins/Dont_Get_Worse/CMakeLists.txt2
-rw-r--r--cmake/plugins/Duell/CMakeLists.txt2
-rw-r--r--cmake/plugins/Team_Duell/CMakeLists.txt2
6 files changed, 12 insertions, 0 deletions
diff --git a/cmake/plugins/5000Points/CMakeLists.txt b/cmake/plugins/5000Points/CMakeLists.txt
index 44090f84..2d0c7008 100644
--- a/cmake/plugins/5000Points/CMakeLists.txt
+++ b/cmake/plugins/5000Points/CMakeLists.txt
@@ -1,2 +1,4 @@
+# $URL$
+# $Id$
pascal_add_module(until5000 Until5000.dpr)
add_dependencies(plugins until5000)
diff --git a/cmake/plugins/Blind/CMakeLists.txt b/cmake/plugins/Blind/CMakeLists.txt
index 7969d5be..f80c346b 100644
--- a/cmake/plugins/Blind/CMakeLists.txt
+++ b/cmake/plugins/Blind/CMakeLists.txt
@@ -1,2 +1,4 @@
+# $URL$
+# $Id$
pascal_add_module(blind Blind.dpr)
add_dependencies(plugins blind)
diff --git a/cmake/plugins/CMakeLists.txt b/cmake/plugins/CMakeLists.txt
index 31723005..21f4ba5b 100644
--- a/cmake/plugins/CMakeLists.txt
+++ b/cmake/plugins/CMakeLists.txt
@@ -1,3 +1,5 @@
+# $URL$
+# $Id$
add_custom_target(plugins ALL)
add_subdirectory(5000Points)
diff --git a/cmake/plugins/Dont_Get_Worse/CMakeLists.txt b/cmake/plugins/Dont_Get_Worse/CMakeLists.txt
index 3148cfc8..66e6f353 100644
--- a/cmake/plugins/Dont_Get_Worse/CMakeLists.txt
+++ b/cmake/plugins/Dont_Get_Worse/CMakeLists.txt
@@ -1,3 +1,5 @@
+# $URL$
+# $Id$
pascal_add_module(hold_the_line Hold_The_Line.dpr
PACKAGES sdl opengl
)
diff --git a/cmake/plugins/Duell/CMakeLists.txt b/cmake/plugins/Duell/CMakeLists.txt
index 71d455dd..ea6924ef 100644
--- a/cmake/plugins/Duell/CMakeLists.txt
+++ b/cmake/plugins/Duell/CMakeLists.txt
@@ -1,2 +1,4 @@
+# $URL$
+# $Id$
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
index 8400cd9c..411d0f79 100644
--- a/cmake/plugins/Team_Duell/CMakeLists.txt
+++ b/cmake/plugins/Team_Duell/CMakeLists.txt
@@ -1,3 +1,5 @@
+# $URL$
+# $Id$
pascal_add_module(team_duell TeamDuell.dpr
PACKAGES sdl opengl
)