diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-09 14:44:10 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-09 14:44:10 +0000 |
commit | 64ed220b59465b39fbbd6957dcb93618ab330cf4 (patch) | |
tree | c159f5d1b8284f59f5e94f75c4f54c388ab38308 /cmake/plugins/Blind | |
parent | b230f515a89f14d4742b79d4caabf4997a8e614a (diff) | |
download | usdx-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 '')
-rw-r--r-- | cmake/plugins/Blind/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) |