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
7150c722
Commit
7150c722
authored
Jan 24, 2017
by
Qiwei Ye
Committed by
GitHub
Jan 24, 2017
Browse files
Merge pull request #256 from cbecker/master
Fixed library install dir on Windows
parents
bc628ee4
9595b8c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
CMakeLists.txt
CMakeLists.txt
+4
-2
No files found.
CMakeLists.txt
View file @
7150c722
...
...
@@ -111,5 +111,7 @@ endif()
install
(
TARGETS lightgbm _lightgbm
RUNTIME DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/bin
LIBRARY DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/lib
)
LIBRARY DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/lib
ARCHIVE 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