Revision: 42180
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42180&view=rev
Author:   brlcad
Date:     2011-01-12 22:49:34 +0000 (Wed, 12 Jan 2011)

Log Message:
-----------
sync timetester to cmake build for distcheck

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

Modified: brlcad/trunk/src/libbu/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbu/CMakeLists.txt       2011-01-12 22:15:20 UTC (rev 
42179)
+++ brlcad/trunk/src/libbu/CMakeLists.txt       2011-01-12 22:49:34 UTC (rev 
42180)
@@ -93,5 +93,10 @@
     htester.c
 )
 
+set(TIMETESTER_SOURCES
+    timetester.c
+)
+
 add_executable(htester ${HTESTER_SOURCES})
-target_link_libraries(htester libbu)
+add_executable(timetester ${TIMETESTER_SOURCES})
+target_link_libraries(htester 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