|
From: <rus...@us...> - 2008-03-26 01:52:02
|
Revision: 108
http://gearbox.svn.sourceforge.net/gearbox/?rev=108&view=rev
Author: russo2503v
Date: 2008-03-25 18:52:08 -0700 (Tue, 25 Mar 2008)
Log Message:
-----------
installing cmake scripts
Added Paths:
-----------
gearbox/trunk/cmake/CMakeLists.txt
Added: gearbox/trunk/cmake/CMakeLists.txt
===================================================================
--- gearbox/trunk/cmake/CMakeLists.txt (rev 0)
+++ gearbox/trunk/cmake/CMakeLists.txt 2008-03-26 01:52:08 UTC (rev 108)
@@ -0,0 +1,5 @@
+#
+# Install all .cmake files, so other projects can use them.
+#
+FILE( GLOB scripts *.cmake )
+GBX_ADD_SHARED_FILES( cmake ${scripts} )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|