mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 19:19:33 +02:00
more apache licensing for cmake files
This commit is contained in:
parent
067ea5b5b6
commit
fbd2066b0c
5 changed files with 46 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
#
|
||||||
|
# AutoMTC.cmake
|
||||||
|
#
|
||||||
|
# Created by Andrzej Kapolka on 12/31/13.
|
||||||
|
# Copyright 2013 High Fidelity, Inc.
|
||||||
|
#
|
||||||
|
# Distributed under the Apache License, Version 2.0.
|
||||||
|
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
#
|
||||||
|
|
||||||
macro(AUTO_MTC TARGET ROOT_DIR)
|
macro(AUTO_MTC TARGET ROOT_DIR)
|
||||||
if (NOT TARGET mtc)
|
if (NOT TARGET mtc)
|
||||||
add_subdirectory("${ROOT_DIR}/tools/mtc" "${ROOT_DIR}/tools/mtc")
|
add_subdirectory("${ROOT_DIR}/tools/mtc" "${ROOT_DIR}/tools/mtc")
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
#
|
||||||
|
# IncludeGLM.cmake
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013 High Fidelity
|
||||||
|
#
|
||||||
|
# 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_GLM TARGET ROOT_DIR)
|
macro(INCLUDE_GLM TARGET ROOT_DIR)
|
||||||
|
|
||||||
find_package(GLM REQUIRED)
|
find_package(GLM REQUIRED)
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
#
|
||||||
|
# LinkHifiLibrary.cmake
|
||||||
|
#
|
||||||
|
# Copyright 2013 High Fidelity, Inc.
|
||||||
|
#
|
||||||
|
# Distributed under the Apache License, Version 2.0.
|
||||||
|
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
#
|
||||||
|
|
||||||
macro(LINK_HIFI_LIBRARY LIBRARY TARGET ROOT_DIR)
|
macro(LINK_HIFI_LIBRARY LIBRARY TARGET ROOT_DIR)
|
||||||
|
|
||||||
if (NOT TARGET ${LIBRARY})
|
if (NOT TARGET ${LIBRARY})
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
#
|
||||||
|
# SetupHifiLibrary.cmake
|
||||||
|
#
|
||||||
|
# Copyright 2013 High Fidelity, Inc.
|
||||||
|
#
|
||||||
|
# Distributed under the Apache License, Version 2.0.
|
||||||
|
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
#
|
||||||
|
|
||||||
macro(SETUP_HIFI_LIBRARY TARGET)
|
macro(SETUP_HIFI_LIBRARY TARGET)
|
||||||
|
|
||||||
project(${TARGET})
|
project(${TARGET})
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
#
|
||||||
|
# SetupHifiProject.cmake
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013 High Fidelity
|
||||||
|
#
|
||||||
|
# Distributed under the Apache License, Version 2.0.
|
||||||
|
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
#
|
||||||
|
|
||||||
macro(SETUP_HIFI_PROJECT TARGET INCLUDE_QT)
|
macro(SETUP_HIFI_PROJECT TARGET INCLUDE_QT)
|
||||||
project(${TARGET})
|
project(${TARGET})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue