early-access version 1255
This commit is contained in:
8
externals/libressl/include/CMakeLists.txt
vendored
Executable file
8
externals/libressl/include/CMakeLists.txt
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
if(ENABLE_LIBRESSL_INSTALL)
|
||||
install(DIRECTORY .
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
||||
PATTERN "CMakeLists.txt" EXCLUDE
|
||||
PATTERN "compat" EXCLUDE
|
||||
PATTERN "pqueue.h" EXCLUDE
|
||||
PATTERN "Makefile*" EXCLUDE)
|
||||
endif(ENABLE_LIBRESSL_INSTALL)
|
Reference in New Issue
Block a user