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/projectM/CMakeLists.txt | 2 ++ cmake/src/lib/projectM/cwrapper/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'cmake/src/lib/projectM') diff --git a/cmake/src/lib/projectM/CMakeLists.txt b/cmake/src/lib/projectM/CMakeLists.txt index 3598d0b5..62f69d0c 100644 --- a/cmake/src/lib/projectM/CMakeLists.txt +++ b/cmake/src/lib/projectM/CMakeLists.txt @@ -1,3 +1,5 @@ +# $URL$ +# $Id$ pascal_add_package(projectm UNITS *.pas INCLUDES *.inc diff --git a/cmake/src/lib/projectM/cwrapper/CMakeLists.txt b/cmake/src/lib/projectM/cwrapper/CMakeLists.txt index 90880cd8..acca3025 100644 --- a/cmake/src/lib/projectM/cwrapper/CMakeLists.txt +++ b/cmake/src/lib/projectM/cwrapper/CMakeLists.txt @@ -1,3 +1,5 @@ +# $URL$ +# $Id$ if(libprojectM_USE_CWRAPPER) include_directories(${libprojectM_INCLUDEDIR}/libprojectM) add_definitions(-DPROJECTM_VERSION_INT=${libprojectM_VERSION_INT}) -- cgit v1.2.3