[Tux4kids-commits] r496 - tuxmath/trunk/src

tholy-guest at alioth.debian.org tholy-guest at alioth.debian.org
Wed May 14 11:35:57 UTC 2008


Author: tholy-guest
Date: 2008-05-14 11:35:57 +0000 (Wed, 14 May 2008)
New Revision: 496

Modified:
   tuxmath/trunk/src/CMakeLists.txt
Log:
Missed one file for last checking (CMake support for SDL_Pango).


Modified: tuxmath/trunk/src/CMakeLists.txt
===================================================================
--- tuxmath/trunk/src/CMakeLists.txt	2008-05-14 11:32:59 UTC (rev 495)
+++ tuxmath/trunk/src/CMakeLists.txt	2008-05-14 11:35:57 UTC (rev 496)
@@ -87,6 +87,12 @@
   ${SDLMIXER_LIBRARY}
   )
 
+if (SDLPANGO_FOUND)
+  target_link_libraries (tuxmath
+    ${SDLPANGO_LIBRARY}
+    )
+endif (SDLPANGO_FOUND)
+
 if (APPLE)
   # The following seems to be needed to compile under 10.5
   set_target_properties(tuxmath tuxmathadmin




More information about the Tux4kids-commits mailing list