Revision: 76135
          http://sourceforge.net/p/brlcad/code/76135
Author:   starseeker
Date:     2020-06-12 15:12:36 +0000 (Fri, 12 Jun 2020)
Log Message:
-----------
Add file

Added Paths:
-----------
    brlcad/branches/bioh/src/burst/old/CMakeLists.txt

Added: brlcad/branches/bioh/src/burst/old/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/src/burst/old/CMakeLists.txt                           
(rev 0)
+++ brlcad/branches/bioh/src/burst/old/CMakeLists.txt   2020-06-12 15:12:36 UTC 
(rev 76135)
@@ -0,0 +1,46 @@
+set(BURST_INCLUDE_DIRS
+  ${FB_INCLUDE_DIRS}
+  ${RT_INCLUDE_DIRS}
+  ${CMAKE_CURRENT_SOURCE_DIR}
+  )
+list(REMOVE_DUPLICATES BURST_INCLUDE_DIRS)
+include_directories(${BURST_INCLUDE_DIRS})
+
+set(burst_old_SOURCES
+  Hm.c
+  HmGetc.c
+  HmGlob.c
+  Sc.c
+  burst.c
+  error.c
+  fb.c
+  glob.c
+  grid.c
+  gridrotate.c
+  idents.c
+  paint.c
+  plot.c
+  prnt.c
+  trie.c
+  ui.c
+  )
+
+
+BRLCAD_ADDEXEC(burst-old "${burst_old_SOURCES}" "librt;libfb;${M_LIBRARY}")
+
+set(burst_old_noinst_HEADERS
+  CMakeLists.txt
+  ascii.h
+  burst.h
+  extern.h
+  Mm.h
+  Sc.h
+  )
+CMAKEFILES(${burst_old_noinst_HEADERS})
+
+# Local Variables:
+# tab-width: 8
+# mode: cmake
+# indent-tabs-mode: t
+# End:
+# ex: shiftwidth=2 tabstop=8


Property changes on: brlcad/branches/bioh/src/burst/old/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
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