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
541e0b3a
Commit
541e0b3a
authored
Dec 02, 2016
by
Tsukasa OMOTO
Browse files
Add `make install` rules
parent
6c1a74ab
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 @
541e0b3a
...
...
@@ -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