Revision: 41039
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41039&view=rev
Author:   starseeker
Date:     2010-10-18 16:04:12 +0000 (Mon, 18 Oct 2010)

Log Message:
-----------
Re-order subdirectories of conv

Modified Paths:
--------------
    brlcad/branches/cmake/src/conv/iges/CMakeLists.txt
    brlcad/branches/cmake/src/conv/intaval/CMakeLists.txt
    brlcad/branches/cmake/src/conv/step/CMakeLists.txt

Modified: brlcad/branches/cmake/src/conv/iges/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/conv/iges/CMakeLists.txt  2010-10-18 16:00:59 UTC 
(rev 41038)
+++ brlcad/branches/cmake/src/conv/iges/CMakeLists.txt  2010-10-18 16:04:12 UTC 
(rev 41039)
@@ -17,7 +17,7 @@
     n_iges.cpp
     n_main.cpp
 )
-target_link_libraries(iges libbu librt libwdb ${OPENNURBS_LIBRARY})
+target_link_libraries(iges librt libwdb libbu ${OPENNURBS_LIBRARY})
 #INSTALL(TARGETS iges RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
 
 add_executable(iges-g
@@ -93,14 +93,14 @@
     usage.c
     wedge.c
 )
-target_link_libraries(iges-g libbu libbn librt libwdb)
+target_link_libraries(iges-g librt libwdb libbn libbu)
 INSTALL(TARGETS iges-g RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
 
 add_executable(g-iges
     g-iges.c
     iges.c
 )
-target_link_libraries(g-iges libbu librt)
+target_link_libraries(g-iges librt libbu)
 INSTALL(TARGETS g-iges RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
 
 SET(iges_MANS

Modified: brlcad/branches/cmake/src/conv/intaval/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/conv/intaval/CMakeLists.txt       2010-10-18 
16:00:59 UTC (rev 41038)
+++ brlcad/branches/cmake/src/conv/intaval/CMakeLists.txt       2010-10-18 
16:04:12 UTC (rev 41039)
@@ -17,5 +17,5 @@
     tgf-g.cpp
     write_brl.cpp
 )
-target_link_libraries(tgf-g libbu librt libwdb)
+target_link_libraries(tgf-g librt libwdb libbu)
 INSTALL(TARGETS tgf-g RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)

Modified: brlcad/branches/cmake/src/conv/step/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/conv/step/CMakeLists.txt  2010-10-18 16:00:59 UTC 
(rev 41038)
+++ brlcad/branches/cmake/src/conv/step/CMakeLists.txt  2010-10-18 16:04:12 UTC 
(rev 41039)
@@ -387,5 +387,5 @@
 )
 
 add_executable(step-g ${stepg_SOURCES})
-target_link_libraries(step-g libbu libwdb librt steputils stepcore stepdai 
stepeditor ${OPENNURBS_LIBRARY})
+target_link_libraries(step-g librt libwdb steputils stepcore stepdai 
stepeditor libbu ${OPENNURBS_LIBRARY})
 INSTALL(TARGETS step-g RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)


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

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to