Revision: 40560
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40560&view=rev
Author:   starseeker
Date:     2010-09-14 16:04:44 +0000 (Tue, 14 Sep 2010)

Log Message:
-----------
Hmm, the way I've got mged set up it needs the points lib.  No harm I guess.

Modified Paths:
--------------
    brlcad/branches/cmake/src/mged/points/CMakeLists.txt

Modified: brlcad/branches/cmake/src/mged/points/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/mged/points/CMakeLists.txt        2010-09-14 
00:29:38 UTC (rev 40559)
+++ brlcad/branches/cmake/src/mged/points/CMakeLists.txt        2010-09-14 
16:04:44 UTC (rev 40560)
@@ -19,4 +19,5 @@
 
 add_library(libpoints ${MGED_POINTS_SRCS})
 target_link_libraries(libpoints libbu)
+INSTALL(TARGETS libpoints DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
 SET_TARGET_PROPERTIES(libpoints PROPERTIES COMPILE_DEFINITIONS "ENABLE_POINTS")


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to