File tree 9 files changed +59
-21
lines changed
9 files changed +59
-21
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,4 @@ macro(AUTO_MTC TARGET ROOT_DIR)
8
8
file (GLOB INCLUDE_FILES src/*.h)
9
9
10
10
add_custom_command (OUTPUT ${AUTOMTC_SRC} COMMAND mtc -o ${AUTOMTC_SRC} ${INCLUDE_FILES} DEPENDS mtc ${INCLUDE_FILES} )
11
- endmacro ()
12
-
13
-
11
+ endmacro ()
Original file line number Diff line number Diff line change
1
+ #
2
+ # FindFaceshift.cmake
3
+ #
1
4
# Try to find the Faceshift networking library
2
5
#
3
6
# You must provide a FACESHIFT_ROOT_DIR which contains lib and include directories
11
14
# Created on 8/30/2013 by Andrzej Kapolka
12
15
# Copyright (c) 2013 High Fidelity
13
16
#
17
+ # Distributed under the Apache License, Version 2.0.
18
+ # See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
19
+ #
14
20
15
21
if (FACESHIFT_LIBRARIES AND FACESHIFT_INCLUDE_DIRS)
16
22
# in cache already
Original file line number Diff line number Diff line change 1
1
#
2
- # Try to find GLEW library and include path.
3
- # Once done this will define
2
+ # FindGLEW.cmake
3
+ #
4
+ # Try to find GLEW library and include path.
5
+ # Once done this will define
4
6
#
5
- # GLEW_FOUND
6
- # GLEW_INCLUDE_DIRS
7
- # GLEW_LIBRARY
7
+ # GLEW_FOUND
8
+ # GLEW_INCLUDE_DIRS
9
+ # GLEW_LIBRARY
8
10
#
9
-
10
11
# Created on 2/6/2014 by Stephen Birarda
11
12
#
12
- # Adapted from FindGLEW.cmake available in the nvidia-texture-tools repository
13
+ # Adapted from FindGLEW.cmake available in the nvidia-texture-tools repository
13
14
# (https://code.google.com/p/nvidia-texture-tools/source/browse/trunk/cmake/FindGLEW.cmake?r=96)
15
+ #
16
+ # Distributed under the Apache License, Version 2.0.
17
+ # See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
18
+ #
14
19
15
20
if (GLEW_INCLUDE_DIRS AND GLEW_LIBRARY)
16
21
set (GLEW_FOUND TRUE )
Original file line number Diff line number Diff line change 1
- # Try to find GLUT library and include path.
2
- # Once done this will define
1
+ #
2
+ # FindGLUT.cmake
3
+ #
4
+ # Try to find GLUT library and include path.
5
+ # Once done this will define
3
6
#
4
- # GLUT_FOUND
5
- # GLUT_INCLUDE_DIR
6
- # GLUT_LIBRARIES
7
- # GLUT_DLL_PATH - Optionally defined for Win32, if not in path
7
+ # GLUT_FOUND
8
+ # GLUT_INCLUDE_DIR
9
+ # GLUT_LIBRARIES
10
+ # GLUT_DLL_PATH - Optionally defined for Win32, if not in path
8
11
#
9
12
# Created on 2/6/2014 by Stephen Birarda
10
13
#
11
- # Adapted from FindGLUT.cmake available in tlorach's OpenGLText Repository
12
- # https://raw.github.com/tlorach/OpenGLText/master/cmake/FindGLUT.cmake
14
+ # Adapted from FindGLUT.cmake available in tlorach's OpenGLText Repository
15
+ # https://raw.github.com/tlorach/OpenGLText/master/cmake/FindGLUT.cmake
16
+ #
17
+ # Distributed under the Apache License, Version 2.0.
18
+ # See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
19
+ #
13
20
14
21
if (GLUT_INCLUDE_DIR AND GLUT_LIBRARIES)
15
22
set (GLUT_FOUND TRUE )
Original file line number Diff line number Diff line change 1
- # - Try to find the LibOVR library to use the Oculus
1
+ #
2
+ # FindLibOVR.cmake
3
+ #
4
+ # Try to find the LibOVR library to use the Oculus
2
5
#
3
6
# You must provide a LIBOVR_ROOT_DIR which contains Lib and Include directories
4
7
#
11
14
# Created on 5/9/2013 by Stephen Birarda
12
15
# Copyright (c) 2013 High Fidelity
13
16
#
17
+ # Distributed under the Apache License, Version 2.0.
18
+ # See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
19
+ #
14
20
15
21
if (LIBOVR_LIBRARIES AND LIBOVR_INCLUDE_DIRS)
16
22
# in cache already
Original file line number Diff line number Diff line change 30
30
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
31
#=============================================================================
32
32
33
-
34
-
35
33
function (QT5_CREATE_TRANSLATION_CUSTOM _qm_files)
36
34
set (options )
37
35
set (oneValueArgs)
Original file line number Diff line number Diff line change
1
+ #
2
+ # FindQxmpp.cmake
3
+ #
1
4
# Try to find the qxmpp library
2
5
#
3
6
# You can provide a QXMPP_ROOT_DIR which contains lib and include directories
11
14
# Created on 3/10/2014 by Stephen Birarda
12
15
# Copyright (c) 2014 High Fidelity
13
16
#
17
+ # Distributed under the Apache License, Version 2.0.
18
+ # See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
19
+ #
14
20
15
21
if (QXMPP_LIBRARIES AND QXMPP_INCLUDE_DIRS)
16
22
# in cache already
Original file line number Diff line number Diff line change
1
+ #
2
+ # FindSixense.cmake
3
+ #
1
4
# Try to find the Sixense controller library
2
5
#
3
6
# You must provide a SIXENSE_ROOT_DIR which contains lib and include directories
11
14
# Created on 11/15/2013 by Andrzej Kapolka
12
15
# Copyright (c) 2013 High Fidelity
13
16
#
17
+ # Distributed under the Apache License, Version 2.0.
18
+ # See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
19
+ #
14
20
15
21
if (SIXENSE_LIBRARIES AND SIXENSE_INCLUDE_DIRS)
16
22
# in cache already
Original file line number Diff line number Diff line change
1
+ #
2
+ # FindVisage.cmake
3
+ #
1
4
# Try to find the Visage controller library
2
5
#
3
6
# You must provide a VISAGE_ROOT_DIR which contains lib and include directories
11
14
# Created on 2/11/2014 by Andrzej Kapolka
12
15
# Copyright (c) 2014 High Fidelity
13
16
#
17
+ # Distributed under the Apache License, Version 2.0.
18
+ # See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
19
+ #
14
20
15
21
if (VISAGE_LIBRARIES AND VISAGE_INCLUDE_DIRS)
16
22
# in cache already
You can’t perform that action at this time.
0 commit comments