[mlpack-git] master: Include split_data.hpp file into the build process, so that it is available afterwards. (989dd35)

gitdub at mlpack.org gitdub at mlpack.org
Fri May 20 16:24:25 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/986620375ce84cdc75fdfd99f63f17b5c8ee507a...989dd35359ee0c2258616ea57675f639ff47bfaa

>---------------------------------------------------------------

commit 989dd35359ee0c2258616ea57675f639ff47bfaa
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Fri May 20 22:24:25 2016 +0200

    Include split_data.hpp file into the build process, so that it is available afterwards.


>---------------------------------------------------------------

989dd35359ee0c2258616ea57675f639ff47bfaa
 src/mlpack/core/data/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/core/data/CMakeLists.txt b/src/mlpack/core/data/CMakeLists.txt
index ee4f8a8..ea87d0f 100644
--- a/src/mlpack/core/data/CMakeLists.txt
+++ b/src/mlpack/core/data/CMakeLists.txt
@@ -14,6 +14,7 @@ set(SOURCES
   save.hpp
   save_impl.hpp
   serialization_shim.hpp
+  split_data.hpp
 )
 
 # add directory name to sources




More information about the mlpack-git mailing list