Revision: 42239
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42239&view=rev
Author:   d_rossberg
Date:     2011-01-13 14:14:03 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
fixed CMake configuration for library-testing tools

Modified Paths:
--------------
    brlcad/trunk/src/libbu/CMakeLists.txt

Modified: brlcad/trunk/src/libbu/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbu/CMakeLists.txt       2011-01-13 14:11:13 UTC (rev 
42238)
+++ brlcad/trunk/src/libbu/CMakeLists.txt       2011-01-13 14:14:03 UTC (rev 
42239)
@@ -89,14 +89,21 @@
 
 add_library(libbu ${LIBBU_SOURCES})
 
+#
+# some library-testing tools
+#
 set(HTESTER_SOURCES
     htester.c
 )
+add_executable(htester ${HTESTER_SOURCES})
+target_link_libraries(htester
+    libbu
+)
 
 set(TIMETESTER_SOURCES
     timetester.c
 )
-
-add_executable(htester ${HTESTER_SOURCES})
 add_executable(timetester ${TIMETESTER_SOURCES})
-target_link_libraries(htester timetester libbu)
+target_link_libraries(timetester
+    libbu
+)


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to