mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 15:48:24 -05:00
9 lines
279 B
CMake
Executable File
9 lines
279 B
CMake
Executable File
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)
|