mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
13 lines
414 B
CMake
13 lines
414 B
CMake
# -*- coding: utf-8 -*-
|
|
# ----------------------------------------------------------------------
|
|
# Copyright © 2011, RedJack, LLC.
|
|
# All rights reserved.
|
|
#
|
|
# Please see the LICENSE.txt file in this distribution for license
|
|
# details.
|
|
# ----------------------------------------------------------------------
|
|
|
|
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
|
|
DESTINATION include
|
|
FILES_MATCHING PATTERN "*.h")
|