Revision: 70537
          http://sourceforge.net/p/brlcad/code/70537
Author:   brlcad
Date:     2017-12-19 19:39:05 +0000 (Tue, 19 Dec 2017)
Log Message:
-----------
sync the file lists.  need to redo how the libs link.

Modified Paths:
--------------
    rt^3/trunk/src/libge/CMakeLists.txt

Modified: rt^3/trunk/src/libge/CMakeLists.txt
===================================================================
--- rt^3/trunk/src/libge/CMakeLists.txt 2017-12-19 16:44:54 UTC (rev 70536)
+++ rt^3/trunk/src/libge/CMakeLists.txt 2017-12-19 19:39:05 UTC (rev 70537)
@@ -52,6 +52,7 @@
                MinimalDatabase.cxx
                MinimalObject.cxx
                ../coreInterface/Arb8.cpp
+                ../coreInterface/BagOfTriangles.cpp
                ../coreInterface/Combination.cpp
                ../coreInterface/Cone.cpp
                ../coreInterface/ConstDatabase.cpp
@@ -70,6 +71,8 @@
                ../coreInterface/Paraboloid.cpp
                ../coreInterface/Particle.cpp
                ../coreInterface/Pipe.cpp
+                ../coreInterface/Sketch.cpp
+                ../coreInterface/Sphere.cpp
                ../coreInterface/Torus.cpp
                ../coreInterface/Unknown.cpp
        )
@@ -93,6 +96,7 @@
        SET(ge_inst_HDRS        
                ${RT3_SOURCE_DIR}/include/brlcad/Arb8.h
                ${RT3_SOURCE_DIR}/include/brlcad/cicommon.h
+               ${RT3_SOURCE_DIR}/include/brlcad/BagOfTriangles.h
                ${RT3_SOURCE_DIR}/include/brlcad/Combination.h
                ${RT3_SOURCE_DIR}/include/brlcad/Cone.h
                ${RT3_SOURCE_DIR}/include/brlcad/ConstDatabase.h
@@ -112,10 +116,12 @@
                ${RT3_SOURCE_DIR}/include/brlcad/Particle.h
                ${RT3_SOURCE_DIR}/include/brlcad/Pipe.h
                ${RT3_SOURCE_DIR}/include/brlcad/Torus.h
+               ${RT3_SOURCE_DIR}/include/brlcad/Sketch.h
+               ${RT3_SOURCE_DIR}/include/brlcad/Sphere.h
                ${RT3_SOURCE_DIR}/include/brlcad/Unknown.h
        )
        INSTALL(FILES ${ge_inst_HDRS} DESTINATION include/brlcad)
-       TARGET_LINK_LIBRARIES(ge ${BRLCAD_BU_LIBRARY} ${BRLCAD_BN_LIBRARY} 
${BRLCAD_RT_LIBRARY} ${BRLCAD_WDB_LIBRARY})
+       TARGET_LINK_LIBRARIES(ge ${BRLCAD_WDB_LIBRARY} ${BRLCAD_NMG_LIBRARY} 
${BRLCAD_RT_LIBRARY} ${BRLCAD_BN_LIBRARY} ${BRLCAD_BU_LIBRARY})
 
 ELSE(EXISTS ${RT3_SOURCE_DIR}/include/brlcad/brlcadversion.h)
        MESSAGE(STATUS "\tConfiguration for 'ge'...  Omitted.")

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to