mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:16:00 +02:00
14 lines
No EOL
452 B
CMake
14 lines
No EOL
452 B
CMake
#
|
|
# IncludeHifiLibraryHeaders.cmake
|
|
# cmake/macros
|
|
#
|
|
# Copyright 2014 High Fidelity, Inc.
|
|
# Created by Stephen Birarda on August 8, 2014
|
|
#
|
|
# Distributed under the Apache License, Version 2.0.
|
|
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
#
|
|
|
|
macro(include_hifi_library_headers LIBRARY)
|
|
include_directories("${HIFI_LIBRARY_DIR}/${LIBRARY}/src")
|
|
endmacro(include_hifi_library_headers _library _root_dir) |