Revision: 42141
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42141&view=rev
Author:   starseeker
Date:     2011-01-12 15:12:47 +0000 (Wed, 12 Jan 2011)

Log Message:
-----------
Archer's CMakeLists.txt file needs a lot of love to make it work in the build 
dir - these are just the first tweaks, lots more will be needed.

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

Modified: brlcad/branches/cmake/src/archer/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/archer/CMakeLists.txt     2011-01-12 15:05:39 UTC 
(rev 42140)
+++ brlcad/branches/cmake/src/archer/CMakeLists.txt     2011-01-12 15:12:47 UTC 
(rev 42141)
@@ -1,4 +1,10 @@
+IF(WIN32)
+       configure_file(archer.bat ${CMAKE_BINARY_DIR}/bin/archer.bat COPYONLY)
+       INSTALL(PROGRAMS archer.bat DESTINATION bin)
+ENDIF(WIN32)
+configure_file(archer ${CMAKE_BINARY_DIR}/bin/archer COPYONLY)
 INSTALL(PROGRAMS archer DESTINATION bin)
+configure_file(itk_redefines.tcl 
${CMAKE_BINARY_DIR}/share/tclscripts/itk_redefines.tcl COPYONLY)
 INSTALL(FILES itk_redefines.tcl DESTINATION 
${${CMAKE_PROJECT_NAME}_INSTALL_DATA_DIR}/tclscripts)
 
 set(archer_plugins


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to