Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
fa51a676
Commit
fa51a676
authored
Dec 02, 2016
by
Guolin Ke
Committed by
GitHub
Dec 02, 2016
Browse files
Merge pull request #104 from henry0312/cmake_install_rules
Add `make install` rules
parents
6c1a74ab
541e0b3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/CMakeLists.txt
src/CMakeLists.txt
+5
-0
No files found.
src/CMakeLists.txt
View file @
fa51a676
...
...
@@ -32,3 +32,8 @@ if(WIN32)
TARGET_LINK_LIBRARIES
(
_lightgbm IPHLPAPI
)
endif
(
WIN32
)
install
(
TARGETS lightgbm _lightgbm
RUNTIME DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/bin
LIBRARY DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/lib
)
install
(
DIRECTORY
${
LightGBM_HEADER_DIR
}
/LightGBM DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/include
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment