a2bd5ebaba
Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
6 lines
179 B
CMake
6 lines
179 B
CMake
install(DIRECTORY .
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
|
PATTERN "CMakeLists.txt" EXCLUDE
|
|
PATTERN "compat" EXCLUDE
|
|
PATTERN "Makefile*" EXCLUDE)
|