feat(CMakeLists): include HoTT library in binary package
This commit is contained in:
parent
91366c989d
commit
c9132648a2
1 changed files with 9 additions and 0 deletions
|
@ -406,3 +406,12 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/../library DESTINATION ${LIBRARY_DIR}
|
|||
PATTERN "*.olean"
|
||||
PATTERN ".project"
|
||||
PATTERN "TAGS")
|
||||
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/../hott DESTINATION ${LIBRARY_DIR}
|
||||
FILES_MATCHING PATTERN "*.hlean")
|
||||
install(DIRECTORY ${CMAKE_SOURCE_DIR}/../hott DESTINATION ${LIBRARY_DIR}
|
||||
FILES_MATCHING
|
||||
PATTERN "*.lean"
|
||||
PATTERN "*.olean"
|
||||
PATTERN ".project"
|
||||
PATTERN "TAGS")
|
||||
|
|
Loading…
Reference in a new issue