"include/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "e5eb8560af16ec502179e436a4e78749d1c54b0a"
Commit 541e0b3a authored by Tsukasa OMOTO's avatar Tsukasa OMOTO
Browse files

Add `make install` rules

parent 6c1a74ab
......@@ -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)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment