Revision: 77036
          http://sourceforge.net/p/brlcad/code/77036
Author:   starseeker
Date:     2020-09-03 13:47:38 +0000 (Thu, 03 Sep 2020)
Log Message:
-----------
Missing CMakeLists.txt file

Added Paths:
-----------
    brlcad/trunk/src/libgcv/tests/CMakeLists.txt

Added: brlcad/trunk/src/libgcv/tests/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libgcv/tests/CMakeLists.txt                                
(rev 0)
+++ brlcad/trunk/src/libgcv/tests/CMakeLists.txt        2020-09-03 13:47:38 UTC 
(rev 77036)
@@ -0,0 +1,14 @@
+BRLCAD_ADDEXEC(test_bottess test_bottess.c libgcv NO_INSTALL)
+if(HIDE_INTERNAL_SYMBOLS)
+  set_property(TARGET test_bottess APPEND PROPERTY COMPILE_DEFINITIONS 
"BOTTESS_DLL_IMPORTS")
+endif(HIDE_INTERNAL_SYMBOLS)
+add_test(NAME bottess_test COMMAND test_bottess)
+
+CMAKEFILES(CMakeLists.txt)
+
+# Local Variables:
+# tab-width: 8
+# mode: cmake
+# indent-tabs-mode: t
+# End:
+# ex: shiftwidth=2 tabstop=8


Property changes on: brlcad/trunk/src/libgcv/tests/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