From b230f515a89f14d4742b79d4caabf4997a8e614a Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 9 May 2009 14:41:04 +0000 Subject: - 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 --- cmake/src/lib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/src/lib/CMakeLists.txt') diff --git a/cmake/src/lib/CMakeLists.txt b/cmake/src/lib/CMakeLists.txt index 1136fd8f..d4bfb131 100644 --- a/cmake/src/lib/CMakeLists.txt +++ b/cmake/src/lib/CMakeLists.txt @@ -1,3 +1,5 @@ +# $URL$ +# $Id$ add_subdirectory(bass) add_subdirectory(collections) add_subdirectory(ctypes) -- cgit v1.2.3