diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b3e7a2dfcc1..bd1cfcee73f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -366,6 +366,11 @@ if (INSTALL_DEV) FILES_MATCHING PATTERN "*.h" ) + install( + DIRECTORY "3rdparty/dmlc-core/include/." DESTINATION "include" + FILES_MATCHING + PATTERN "*.h" + ) install( DIRECTORY "nnvm/include/." DESTINATION "include" FILES_MATCHING