diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-09 14:41:04 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-05-09 14:41:04 +0000 |
commit | b230f515a89f14d4742b79d4caabf4997a8e614a (patch) | |
tree | e678e2647ea504ede0c464daf9e6457e83133f3c /cmake/src/lib/collections | |
parent | f6681ab67054faacfb131f4ee712fc448a012e9e (diff) | |
download | usdx-b230f515a89f14d4742b79d4caabf4997a8e614a.tar.gz usdx-b230f515a89f14d4742b79d4caabf4997a8e614a.tar.xz usdx-b230f515a89f14d4742b79d4caabf4997a8e614a.zip |
- options added for projectM and generation of lazarus project files
- ConfigurePasFile.cmake merged with UsePascal.cmake (->pascal_configure_file)
- OUTPUT_NAME, OUTPUT_DIR options for pascal_add_module()
- ultrastardx executable is generated in the game dir of the binary directory
- 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@1719 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | cmake/src/lib/collections/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/src/lib/collections/CMakeLists.txt b/cmake/src/lib/collections/CMakeLists.txt index 02480e70..58012ace 100644 --- a/cmake/src/lib/collections/CMakeLists.txt +++ b/cmake/src/lib/collections/CMakeLists.txt @@ -1,3 +1,5 @@ +# $URL$ +# $Id$ pascal_add_package(collections UNITS *.pas ) |