[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
Sun Jun 5 11:08:25 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/1f562a1aba7ae55475afcc95659511c2b7f694e5...5b8fdce471328f722fcd8c0f22a6d995ce22c98b

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

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