mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 20:36:27 +02:00
14 lines
No EOL
482 B
CMake
14 lines
No EOL
482 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)
|
|
target_include_directories(${TARGET_NAME} PRIVATE "${HIFI_LIBRARY_DIR}/${LIBRARY}/src")
|
|
endmacro(include_hifi_library_headers _library _root_dir) |