Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 1bb05a7bb7101da7d70f6892f2d70957 > files > 5

stage-3.2.2-8.fc14.src.rpm

diff -up ./worlds/CMakeLists.txt.fixexamples ./worlds/CMakeLists.txt
--- ./worlds/CMakeLists.txt.fixexamples	2009-10-28 16:48:05.000000000 -0400
+++ ./worlds/CMakeLists.txt	2010-01-10 00:29:21.000000000 -0500
@@ -1 +1,12 @@
 ADD_SUBDIRECTORY(benchmark)
+
+FILE( GLOB cfgs "*.cfg" )
+FILE( GLOB worlds "*.world" )
+FILE( GLOB incs "*.inc" )
+FILE( GLOB scripts "*.sh" )
+
+INSTALL(FILES ${cfgs} ${worlds} ${incs} ${scripts}
+DESTINATION share/stage/worlds)
+
+INSTALL (DIRECTORY bitmaps wifi DESTINATION share/stage/worlds)
+