Revision: 77961
          http://sourceforge.net/p/brlcad/code/77961
Author:   starseeker
Date:     2020-12-11 15:34:59 +0000 (Fri, 11 Dec 2020)
Log Message:
-----------
Strip down dependencies for list_elements

Modified Paths:
--------------
    brlcad/branches/extbuild/src/conv/step/util/CMakeLists.txt

Modified: brlcad/branches/extbuild/src/conv/step/util/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/conv/step/util/CMakeLists.txt  2020-12-11 
15:22:01 UTC (rev 77960)
+++ brlcad/branches/extbuild/src/conv/step/util/CMakeLists.txt  2020-12-11 
15:34:59 UTC (rev 77961)
@@ -15,14 +15,11 @@
 
 if (BRLCAD_ENABLE_STEP)
   set(lelem_LIBS
-    libbrep
-    libbn
     libbu
     steputils
     stepeditor
     stepdai
     stepcore
-    ${OPENNURBS_LIBRARIES}
     )
 
   BRLCAD_ADDEXEC(list_elements "${list_elements_srcs}" "${lelem_LIBS}" 
NO_STRICT NO_INSTALL)
@@ -33,9 +30,6 @@
   if (HIDE_INTERNAL_SYMBOLS)
     set(list_elements_IMPORTS
       BU_DLL_IMPORTS
-      BN_DLL_IMPORTS
-      RT_DLL_IMPORTS
-      WDB_DLL_IMPORTS
       SC_CORE_DLL_IMPORTS
       SC_DAI_DLL_IMPORTS
       SC_EDITOR_DLL_IMPORTS

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to