Revision: 41132
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41132&view=rev
Author:   starseeker
Date:     2010-10-24 05:31:34 +0000 (Sun, 24 Oct 2010)

Log Message:
-----------
Add install commands for tk

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/tk/CMakeLists.txt

Modified: brlcad/branches/cmake/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2010-10-23 21:12:08 UTC 
(rev 41131)
+++ brlcad/branches/cmake/src/other/tk/CMakeLists.txt   2010-10-24 05:31:34 UTC 
(rev 41132)
@@ -522,6 +522,8 @@
 
 add_library(tk ${TK_SRCS})
 target_link_libraries(tk tcl ${COREFOUNDATION_FRAMEWORK} ${FONTCONFIG_LIBRARY} 
${X11_LIBRARIES} ${X11_Xft_LIB} ${FREETYPE_LIBRARIES})
+install(TARGETS tk DESTINATION lib)
 
 add_executable(wish ${WISH_SRCS})
 target_link_libraries(wish tcl tk)
+install(TARGETS wish DESTINATION bin)


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to