Revision: 40528
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40528&view=rev
Author:   starseeker
Date:     2010-09-10 15:26:07 +0000 (Fri, 10 Sep 2010)

Log Message:
-----------
Get the data from step installing, but shouldn't be using a BRLCAD variable 
here - need to think about it a little.

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

Added Paths:
-----------
    brlcad/branches/cmake/src/other/step/data/CMakeLists.txt

Modified: brlcad/branches/cmake/src/other/step/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/step/CMakeLists.txt 2010-09-10 03:24:14 UTC 
(rev 40527)
+++ brlcad/branches/cmake/src/other/step/CMakeLists.txt 2010-09-10 15:26:07 UTC 
(rev 40528)
@@ -168,3 +168,4 @@
 ADD_SUBDIRECTORY(src/cldai)
 ADD_SUBDIRECTORY(src/clutils)
 ADD_SUBDIRECTORY(include)
+ADD_SUBDIRECTORY(data)

Added: brlcad/branches/cmake/src/other/step/data/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/step/data/CMakeLists.txt                    
        (rev 0)
+++ brlcad/branches/cmake/src/other/step/data/CMakeLists.txt    2010-09-10 
15:26:07 UTC (rev 40528)
@@ -0,0 +1,28 @@
+SET(SCL_DATA ${BRLCAD_INSTALL_DATA_DIR})
+
+SET(ap203_data
+  ap203/203wseds.exp
+  ap203/cube1.p21
+  ap203/cube2.p21
+  ap203/g_r_assembly1.p21
+  ap203/gasket1.p21
+  ap203/gasket2.p21
+  ap203/gasket3.p21
+  ap203/hex_prism1.p21
+  ap203/rod_aspect1.p21
+  ap203/star1.p21
+)
+INSTALL(FILES ${ap203_data} DESTINATION ${SCL_DATA}/data/ap203)
+
+SET(ap227_data
+  ap227/ap227.exp
+  ap227/mitre.p21
+  ap227/mitre.step.txt
+)
+INSTALL(FILES ${ap227_data} DESTINATION ${SCL_DATA}/data/ap227)
+
+SET(step_datafiles
+  pdmnet.exp
+  select.exp 
+)
+INSTALL(FILES ${step_datafiles} DESTINATION ${SCL_DATA}/data)


Property changes on: brlcad/branches/cmake/src/other/step/data/CMakeLists.txt
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native


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

------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to