Revision: 40945
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40945&view=rev
Author:   starseeker
Date:     2010-10-08 01:52:54 +0000 (Fri, 08 Oct 2010)

Log Message:
-----------
Whoops, gonna need those log files too.

Modified Paths:
--------------
    brlcad/branches/cmake/pix/CMakeLists.txt

Modified: brlcad/branches/cmake/pix/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/pix/CMakeLists.txt    2010-10-08 01:44:37 UTC (rev 
40944)
+++ brlcad/branches/cmake/pix/CMakeLists.txt    2010-10-08 01:52:54 UTC (rev 
40945)
@@ -34,6 +34,9 @@
 FOREACH(pixfile ${BENCHMARK_PIX})
        configure_file(${pixfile} ${CMAKE_BINARY_DIR}/pix/${pixfile} COPYONLY)
 ENDFOREACH(pixfile ${BENCHMARK_PIX})
+FOREACH(pixlog ${PIX_LOG})
+       configure_file(${pixlog} ${CMAKE_BINARY_DIR}/pix/${pixlog} COPYONLY)
+ENDFOREACH(pixlog ${PIX_LOG})
 
 INSTALL(FILES ${BENCHMARK_PIX} DESTINATION ${BRLCAD_INSTALL_DATA_DIR}/pix)
 INSTALL(FILES ${PIX_LOG} DESTINATION ${BRLCAD_INSTALL_DATA_DIR}/pix)


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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to