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/JEDI-SDL/SDL_Image/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/src/lib/JEDI-SDL/SDL_Image/CMakeLists.txt') diff --git a/cmake/src/lib/JEDI-SDL/SDL_Image/CMakeLists.txt b/cmake/src/lib/JEDI-SDL/SDL_Image/CMakeLists.txt index fb34d8ce..8a545b02 100644 --- a/cmake/src/lib/JEDI-SDL/SDL_Image/CMakeLists.txt +++ b/cmake/src/lib/JEDI-SDL/SDL_Image/CMakeLists.txt @@ -1,3 +1,5 @@ +# $URL$ +# $Id$ pascal_add_package(sdl_image UNITS Pas/*.pas ) -- cgit v1.2.3