mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 22:05:34 +00:00
11 lines
383 B
CMake
11 lines
383 B
CMake
###############################################################################
|
|
# License: BSD Zero Clause License file
|
|
# Copyright:
|
|
# (C) 2021 Alexander Shaduri <ashaduri@gmail.com>
|
|
###############################################################################
|
|
|
|
if (NOT WIN32)
|
|
install(DIRECTORY "${CMAKE_SOURCE_DIR}/contrib" TYPE DOC
|
|
PATTERN "CMakeLists.txt" EXCLUDE)
|
|
endif()
|