Text archives Help
- From: aek@sci.utah.edu
- To: manta@sci.utah.edu
- Subject: [MANTA] r486 - trunk/UserInterface
- Date: Mon, 22 Aug 2005 13:50:57 -0600 (MDT)
Author: aek
Date: Mon Aug 22 13:50:56 2005
New Revision: 486
Modified:
trunk/UserInterface/CMakeLists.txt
Log:
Fixed undefined symbol linker problem when compiling on Macs.
Modified: trunk/UserInterface/CMakeLists.txt
==============================================================================
--- trunk/UserInterface/CMakeLists.txt (original)
+++ trunk/UserInterface/CMakeLists.txt Mon Aug 22 13:50:56 2005
@@ -1,4 +1,4 @@
-ADD_LIBRARY (Manta_UserInterface PromptUI.cc XWindowUI.cc)
+ADD_LIBRARY (Manta_UserInterface PromptUI.cc XWindowUI.cc
../Engine/Display/XHelper.cc)
TARGET_LINK_LIBRARIES(Manta_UserInterface Manta_Core Manta_Interface)
-TARGET_LINK_LIBRARIES(Manta_UserInterface ${X11_LIBRARIES})
+TARGET_LINK_LIBRARIES(Manta_UserInterface ${OPENGL_LIBRARIES}
${X11_LIBRARIES})
- [MANTA] r486 - trunk/UserInterface, aek, 08/22/2005
Archive powered by MHonArc 2.6.16.