Revision: 70061
          http://sourceforge.net/p/brlcad/code/70061
Author:   starseeker
Date:     2017-08-08 21:05:49 +0000 (Tue, 08 Aug 2017)
Log Message:
-----------
Whoops, add more missing files...

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

Modified: brlcad/trunk/src/libfft/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libfft/CMakeLists.txt      2017-08-08 20:56:25 UTC (rev 
70060)
+++ brlcad/trunk/src/libfft/CMakeLists.txt      2017-08-08 21:05:49 UTC (rev 
70061)
@@ -12,12 +12,12 @@
 add_executable(fftc fftc.c splitditc.c)
 SetTargetFolder(fftc "Compilation Utilities")
 target_link_libraries(fftc ${M_LIBRARY})
-CMAKEFILES(fftc.c)
+CMAKEFILES(fftc.c splitditc.c)
 
 add_executable(ifftc ifftc.c ditsplitc.c)
 SetTargetFolder(ifftc "Compilation Utilities")
 target_link_libraries(ifftc ${M_LIBRARY})
-CMAKEFILES(ifftc.c)
+CMAKEFILES(ifftc.c ditsplitc.c)
 
 # We need to generate some of libfft's source files
 function(fft_gen numlist targetdir outfiles)

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to