From 7262b7400a9695e189927aa80c15ce921dc1a2a8 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 8 Feb 2013 17:29:04 -0800 Subject: [PATCH] rename thirdparty dir to external --- CMakeLists.txt | 6 +++--- {thirdparty => external}/LodePNG/lodepng.cpp | 0 {thirdparty => external}/LodePNG/lodepng.h | 0 {thirdparty => external}/glm/core/_detail.hpp | 0 {thirdparty => external}/glm/core/_fixes.hpp | 0 {thirdparty => external}/glm/core/_swizzle.hpp | 0 {thirdparty => external}/glm/core/_swizzle_func.hpp | 0 {thirdparty => external}/glm/core/_vectorize.hpp | 0 {thirdparty => external}/glm/core/dummy.cpp | 0 {thirdparty => external}/glm/core/func_common.hpp | 0 {thirdparty => external}/glm/core/func_common.inl | 0 .../glm/core/func_exponential.hpp | 0 .../glm/core/func_exponential.inl | 0 .../glm/core/func_geometric.hpp | 0 .../glm/core/func_geometric.inl | 0 {thirdparty => external}/glm/core/func_integer.hpp | 0 {thirdparty => external}/glm/core/func_integer.inl | 0 {thirdparty => external}/glm/core/func_matrix.hpp | 0 {thirdparty => external}/glm/core/func_matrix.inl | 0 {thirdparty => external}/glm/core/func_noise.hpp | 0 {thirdparty => external}/glm/core/func_noise.inl | 0 {thirdparty => external}/glm/core/func_packing.hpp | 0 {thirdparty => external}/glm/core/func_packing.inl | 0 .../glm/core/func_trigonometric.hpp | 0 .../glm/core/func_trigonometric.inl | 0 .../glm/core/func_vector_relational.hpp | 0 .../glm/core/func_vector_relational.inl | 0 {thirdparty => external}/glm/core/hint.hpp | 0 .../glm/core/intrinsic_common.hpp | 0 .../glm/core/intrinsic_common.inl | 0 .../glm/core/intrinsic_exponential.hpp | 0 .../glm/core/intrinsic_exponential.inl | 0 .../glm/core/intrinsic_geometric.hpp | 0 .../glm/core/intrinsic_geometric.inl | 0 .../glm/core/intrinsic_matrix.hpp | 0 .../glm/core/intrinsic_matrix.inl | 0 .../glm/core/intrinsic_trigonometric.hpp | 0 .../glm/core/intrinsic_trigonometric.inl | 0 .../glm/core/intrinsic_vector_relational.hpp | 0 .../glm/core/intrinsic_vector_relational.inl | 0 {thirdparty => external}/glm/core/setup.hpp | 0 {thirdparty => external}/glm/core/type.hpp | 0 {thirdparty => external}/glm/core/type_float.hpp | 0 {thirdparty => external}/glm/core/type_gentype.hpp | 0 {thirdparty => external}/glm/core/type_gentype.inl | 0 {thirdparty => external}/glm/core/type_half.hpp | 0 {thirdparty => external}/glm/core/type_half.inl | 0 {thirdparty => external}/glm/core/type_int.hpp | 0 {thirdparty => external}/glm/core/type_mat.hpp | 0 {thirdparty => external}/glm/core/type_mat.inl | 0 {thirdparty => external}/glm/core/type_mat2x2.hpp | 0 {thirdparty => external}/glm/core/type_mat2x2.inl | 0 {thirdparty => external}/glm/core/type_mat2x3.hpp | 0 {thirdparty => external}/glm/core/type_mat2x3.inl | 0 {thirdparty => external}/glm/core/type_mat2x4.hpp | 0 {thirdparty => external}/glm/core/type_mat2x4.inl | 0 {thirdparty => external}/glm/core/type_mat3x2.hpp | 0 {thirdparty => external}/glm/core/type_mat3x2.inl | 0 {thirdparty => external}/glm/core/type_mat3x3.hpp | 0 {thirdparty => external}/glm/core/type_mat3x3.inl | 0 {thirdparty => external}/glm/core/type_mat3x4.hpp | 0 {thirdparty => external}/glm/core/type_mat3x4.inl | 0 {thirdparty => external}/glm/core/type_mat4x2.hpp | 0 {thirdparty => external}/glm/core/type_mat4x2.inl | 0 {thirdparty => external}/glm/core/type_mat4x3.hpp | 0 {thirdparty => external}/glm/core/type_mat4x3.inl | 0 {thirdparty => external}/glm/core/type_mat4x4.hpp | 0 {thirdparty => external}/glm/core/type_mat4x4.inl | 0 {thirdparty => external}/glm/core/type_size.hpp | 0 {thirdparty => external}/glm/core/type_vec.hpp | 0 {thirdparty => external}/glm/core/type_vec.inl | 0 {thirdparty => external}/glm/core/type_vec1.hpp | 0 {thirdparty => external}/glm/core/type_vec1.inl | 0 {thirdparty => external}/glm/core/type_vec2.hpp | 0 {thirdparty => external}/glm/core/type_vec2.inl | 0 {thirdparty => external}/glm/core/type_vec3.hpp | 0 {thirdparty => external}/glm/core/type_vec3.inl | 0 {thirdparty => external}/glm/core/type_vec4.hpp | 0 {thirdparty => external}/glm/core/type_vec4.inl | 0 {thirdparty => external}/glm/ext.hpp | 0 {thirdparty => external}/glm/glm.hpp | 0 {thirdparty => external}/glm/gtc/half_float.hpp | 0 {thirdparty => external}/glm/gtc/half_float.inl | 0 {thirdparty => external}/glm/gtc/matrix_access.hpp | 0 {thirdparty => external}/glm/gtc/matrix_access.inl | 0 {thirdparty => external}/glm/gtc/matrix_integer.hpp | 0 {thirdparty => external}/glm/gtc/matrix_inverse.hpp | 0 {thirdparty => external}/glm/gtc/matrix_inverse.inl | 0 .../glm/gtc/matrix_transform.hpp | 0 .../glm/gtc/matrix_transform.inl | 0 {thirdparty => external}/glm/gtc/noise.hpp | 0 {thirdparty => external}/glm/gtc/noise.inl | 0 {thirdparty => external}/glm/gtc/quaternion.hpp | 0 {thirdparty => external}/glm/gtc/quaternion.inl | 0 {thirdparty => external}/glm/gtc/random.hpp | 0 {thirdparty => external}/glm/gtc/random.inl | 0 {thirdparty => external}/glm/gtc/swizzle.hpp | 0 {thirdparty => external}/glm/gtc/swizzle.inl | 0 {thirdparty => external}/glm/gtc/type_precision.hpp | 0 {thirdparty => external}/glm/gtc/type_precision.inl | 0 {thirdparty => external}/glm/gtc/type_ptr.hpp | 0 {thirdparty => external}/glm/gtc/type_ptr.inl | 0 .../glm/gtx/associated_min_max.hpp | 0 .../glm/gtx/associated_min_max.inl | 0 {thirdparty => external}/glm/gtx/bit.hpp | 0 {thirdparty => external}/glm/gtx/bit.inl | 0 {thirdparty => external}/glm/gtx/closest_point.hpp | 0 {thirdparty => external}/glm/gtx/closest_point.inl | 0 {thirdparty => external}/glm/gtx/color_cast.hpp | 0 {thirdparty => external}/glm/gtx/color_cast.inl | 0 {thirdparty => external}/glm/gtx/color_space.hpp | 0 {thirdparty => external}/glm/gtx/color_space.inl | 0 .../glm/gtx/color_space_YCoCg.hpp | 0 .../glm/gtx/color_space_YCoCg.inl | 0 {thirdparty => external}/glm/gtx/compatibility.hpp | 0 {thirdparty => external}/glm/gtx/compatibility.inl | 0 {thirdparty => external}/glm/gtx/component_wise.hpp | 0 {thirdparty => external}/glm/gtx/component_wise.inl | 0 {thirdparty => external}/glm/gtx/constants.hpp | 0 {thirdparty => external}/glm/gtx/constants.inl | 0 {thirdparty => external}/glm/gtx/epsilon.hpp | 0 {thirdparty => external}/glm/gtx/epsilon.inl | 0 {thirdparty => external}/glm/gtx/euler_angles.hpp | 0 {thirdparty => external}/glm/gtx/euler_angles.inl | 0 {thirdparty => external}/glm/gtx/extend.hpp | 0 {thirdparty => external}/glm/gtx/extend.inl | 0 .../glm/gtx/extented_min_max.hpp | 0 .../glm/gtx/extented_min_max.inl | 0 .../glm/gtx/fast_exponential.hpp | 0 .../glm/gtx/fast_exponential.inl | 0 .../glm/gtx/fast_square_root.hpp | 0 .../glm/gtx/fast_square_root.inl | 0 .../glm/gtx/fast_trigonometry.hpp | 0 .../glm/gtx/fast_trigonometry.inl | 0 {thirdparty => external}/glm/gtx/gradient_paint.hpp | 0 {thirdparty => external}/glm/gtx/gradient_paint.inl | 0 .../glm/gtx/handed_coordinate_space.hpp | 0 .../glm/gtx/handed_coordinate_space.inl | 0 {thirdparty => external}/glm/gtx/inertia.hpp | 0 {thirdparty => external}/glm/gtx/inertia.inl | 0 {thirdparty => external}/glm/gtx/int_10_10_10_2.hpp | 0 {thirdparty => external}/glm/gtx/int_10_10_10_2.inl | 0 {thirdparty => external}/glm/gtx/integer.hpp | 0 {thirdparty => external}/glm/gtx/integer.inl | 0 {thirdparty => external}/glm/gtx/intersect.hpp | 0 {thirdparty => external}/glm/gtx/intersect.inl | 0 {thirdparty => external}/glm/gtx/log_base.hpp | 0 {thirdparty => external}/glm/gtx/log_base.inl | 0 .../glm/gtx/matrix_cross_product.hpp | 0 .../glm/gtx/matrix_cross_product.inl | 0 .../glm/gtx/matrix_interpolation.hpp | 0 .../glm/gtx/matrix_interpolation.inl | 0 .../glm/gtx/matrix_major_storage.hpp | 0 .../glm/gtx/matrix_major_storage.inl | 0 .../glm/gtx/matrix_operation.hpp | 0 .../glm/gtx/matrix_operation.inl | 0 {thirdparty => external}/glm/gtx/matrix_query.hpp | 0 {thirdparty => external}/glm/gtx/matrix_query.inl | 0 {thirdparty => external}/glm/gtx/mixed_product.hpp | 0 {thirdparty => external}/glm/gtx/mixed_product.inl | 0 {thirdparty => external}/glm/gtx/multiple.hpp | 0 {thirdparty => external}/glm/gtx/multiple.inl | 0 {thirdparty => external}/glm/gtx/noise.hpp | 0 {thirdparty => external}/glm/gtx/noise.inl | 0 {thirdparty => external}/glm/gtx/norm.hpp | 0 {thirdparty => external}/glm/gtx/norm.inl | 0 {thirdparty => external}/glm/gtx/normal.hpp | 0 {thirdparty => external}/glm/gtx/normal.inl | 0 {thirdparty => external}/glm/gtx/normalize_dot.hpp | 0 {thirdparty => external}/glm/gtx/normalize_dot.inl | 0 .../glm/gtx/number_precision.hpp | 0 .../glm/gtx/number_precision.inl | 0 {thirdparty => external}/glm/gtx/ocl_type.hpp | 0 {thirdparty => external}/glm/gtx/ocl_type.inl | 0 {thirdparty => external}/glm/gtx/optimum_pow.hpp | 0 {thirdparty => external}/glm/gtx/optimum_pow.inl | 0 {thirdparty => external}/glm/gtx/orthonormalize.hpp | 0 {thirdparty => external}/glm/gtx/orthonormalize.inl | 0 {thirdparty => external}/glm/gtx/perpendicular.hpp | 0 {thirdparty => external}/glm/gtx/perpendicular.inl | 0 .../glm/gtx/polar_coordinates.hpp | 0 .../glm/gtx/polar_coordinates.inl | 0 {thirdparty => external}/glm/gtx/projection.hpp | 0 {thirdparty => external}/glm/gtx/projection.inl | 0 {thirdparty => external}/glm/gtx/quaternion.hpp | 0 {thirdparty => external}/glm/gtx/quaternion.inl | 0 {thirdparty => external}/glm/gtx/random.hpp | 0 {thirdparty => external}/glm/gtx/random.inl | 0 {thirdparty => external}/glm/gtx/raw_data.hpp | 0 {thirdparty => external}/glm/gtx/raw_data.inl | 0 {thirdparty => external}/glm/gtx/reciprocal.hpp | 0 {thirdparty => external}/glm/gtx/reciprocal.inl | 0 {thirdparty => external}/glm/gtx/rotate_vector.hpp | 0 {thirdparty => external}/glm/gtx/rotate_vector.inl | 0 {thirdparty => external}/glm/gtx/simd_mat4.hpp | 0 {thirdparty => external}/glm/gtx/simd_mat4.inl | 0 {thirdparty => external}/glm/gtx/simd_vec4.hpp | 0 {thirdparty => external}/glm/gtx/simd_vec4.inl | 0 {thirdparty => external}/glm/gtx/spline.hpp | 0 {thirdparty => external}/glm/gtx/spline.inl | 0 {thirdparty => external}/glm/gtx/std_based_type.hpp | 0 {thirdparty => external}/glm/gtx/std_based_type.inl | 0 {thirdparty => external}/glm/gtx/string_cast.hpp | 0 {thirdparty => external}/glm/gtx/string_cast.inl | 0 {thirdparty => external}/glm/gtx/transform.hpp | 0 {thirdparty => external}/glm/gtx/transform.inl | 0 {thirdparty => external}/glm/gtx/transform2.hpp | 0 {thirdparty => external}/glm/gtx/transform2.inl | 0 {thirdparty => external}/glm/gtx/ulp.hpp | 0 {thirdparty => external}/glm/gtx/ulp.inl | 0 {thirdparty => external}/glm/gtx/unsigned_int.hpp | 0 {thirdparty => external}/glm/gtx/unsigned_int.inl | 0 {thirdparty => external}/glm/gtx/vec1.hpp | 0 {thirdparty => external}/glm/gtx/vec1.inl | 0 {thirdparty => external}/glm/gtx/vector_access.hpp | 0 {thirdparty => external}/glm/gtx/vector_access.inl | 0 {thirdparty => external}/glm/gtx/vector_angle.hpp | 0 {thirdparty => external}/glm/gtx/vector_angle.inl | 0 {thirdparty => external}/glm/gtx/vector_query.hpp | 0 {thirdparty => external}/glm/gtx/vector_query.inl | 0 .../glm/gtx/verbose_operator.hpp | 0 .../glm/gtx/verbose_operator.inl | 0 {thirdparty => external}/glm/gtx/wrap.hpp | 0 {thirdparty => external}/glm/gtx/wrap.inl | 0 {thirdparty => external}/glm/virtrev/xstream.hpp | 0 .../portaudio/pa_snapshot_020813.tgz | Bin 226 files changed, 3 insertions(+), 3 deletions(-) rename {thirdparty => external}/LodePNG/lodepng.cpp (100%) rename {thirdparty => external}/LodePNG/lodepng.h (100%) rename {thirdparty => external}/glm/core/_detail.hpp (100%) rename {thirdparty => external}/glm/core/_fixes.hpp (100%) rename {thirdparty => external}/glm/core/_swizzle.hpp (100%) rename {thirdparty => external}/glm/core/_swizzle_func.hpp (100%) rename {thirdparty => external}/glm/core/_vectorize.hpp (100%) rename {thirdparty => external}/glm/core/dummy.cpp (100%) rename {thirdparty => external}/glm/core/func_common.hpp (100%) rename {thirdparty => external}/glm/core/func_common.inl (100%) rename {thirdparty => external}/glm/core/func_exponential.hpp (100%) rename {thirdparty => external}/glm/core/func_exponential.inl (100%) rename {thirdparty => external}/glm/core/func_geometric.hpp (100%) rename {thirdparty => external}/glm/core/func_geometric.inl (100%) rename {thirdparty => external}/glm/core/func_integer.hpp (100%) rename {thirdparty => external}/glm/core/func_integer.inl (100%) rename {thirdparty => external}/glm/core/func_matrix.hpp (100%) rename {thirdparty => external}/glm/core/func_matrix.inl (100%) rename {thirdparty => external}/glm/core/func_noise.hpp (100%) rename {thirdparty => external}/glm/core/func_noise.inl (100%) rename {thirdparty => external}/glm/core/func_packing.hpp (100%) rename {thirdparty => external}/glm/core/func_packing.inl (100%) rename {thirdparty => external}/glm/core/func_trigonometric.hpp (100%) rename {thirdparty => external}/glm/core/func_trigonometric.inl (100%) rename {thirdparty => external}/glm/core/func_vector_relational.hpp (100%) rename {thirdparty => external}/glm/core/func_vector_relational.inl (100%) rename {thirdparty => external}/glm/core/hint.hpp (100%) rename {thirdparty => external}/glm/core/intrinsic_common.hpp (100%) rename {thirdparty => external}/glm/core/intrinsic_common.inl (100%) rename {thirdparty => external}/glm/core/intrinsic_exponential.hpp (100%) rename {thirdparty => external}/glm/core/intrinsic_exponential.inl (100%) rename {thirdparty => external}/glm/core/intrinsic_geometric.hpp (100%) rename {thirdparty => external}/glm/core/intrinsic_geometric.inl (100%) rename {thirdparty => external}/glm/core/intrinsic_matrix.hpp (100%) rename {thirdparty => external}/glm/core/intrinsic_matrix.inl (100%) rename {thirdparty => external}/glm/core/intrinsic_trigonometric.hpp (100%) rename {thirdparty => external}/glm/core/intrinsic_trigonometric.inl (100%) rename {thirdparty => external}/glm/core/intrinsic_vector_relational.hpp (100%) rename {thirdparty => external}/glm/core/intrinsic_vector_relational.inl (100%) rename {thirdparty => external}/glm/core/setup.hpp (100%) rename {thirdparty => external}/glm/core/type.hpp (100%) rename {thirdparty => external}/glm/core/type_float.hpp (100%) rename {thirdparty => external}/glm/core/type_gentype.hpp (100%) rename {thirdparty => external}/glm/core/type_gentype.inl (100%) rename {thirdparty => external}/glm/core/type_half.hpp (100%) rename {thirdparty => external}/glm/core/type_half.inl (100%) rename {thirdparty => external}/glm/core/type_int.hpp (100%) rename {thirdparty => external}/glm/core/type_mat.hpp (100%) rename {thirdparty => external}/glm/core/type_mat.inl (100%) rename {thirdparty => external}/glm/core/type_mat2x2.hpp (100%) rename {thirdparty => external}/glm/core/type_mat2x2.inl (100%) rename {thirdparty => external}/glm/core/type_mat2x3.hpp (100%) rename {thirdparty => external}/glm/core/type_mat2x3.inl (100%) rename {thirdparty => external}/glm/core/type_mat2x4.hpp (100%) rename {thirdparty => external}/glm/core/type_mat2x4.inl (100%) rename {thirdparty => external}/glm/core/type_mat3x2.hpp (100%) rename {thirdparty => external}/glm/core/type_mat3x2.inl (100%) rename {thirdparty => external}/glm/core/type_mat3x3.hpp (100%) rename {thirdparty => external}/glm/core/type_mat3x3.inl (100%) rename {thirdparty => external}/glm/core/type_mat3x4.hpp (100%) rename {thirdparty => external}/glm/core/type_mat3x4.inl (100%) rename {thirdparty => external}/glm/core/type_mat4x2.hpp (100%) rename {thirdparty => external}/glm/core/type_mat4x2.inl (100%) rename {thirdparty => external}/glm/core/type_mat4x3.hpp (100%) rename {thirdparty => external}/glm/core/type_mat4x3.inl (100%) rename {thirdparty => external}/glm/core/type_mat4x4.hpp (100%) rename {thirdparty => external}/glm/core/type_mat4x4.inl (100%) rename {thirdparty => external}/glm/core/type_size.hpp (100%) rename {thirdparty => external}/glm/core/type_vec.hpp (100%) rename {thirdparty => external}/glm/core/type_vec.inl (100%) rename {thirdparty => external}/glm/core/type_vec1.hpp (100%) rename {thirdparty => external}/glm/core/type_vec1.inl (100%) rename {thirdparty => external}/glm/core/type_vec2.hpp (100%) rename {thirdparty => external}/glm/core/type_vec2.inl (100%) rename {thirdparty => external}/glm/core/type_vec3.hpp (100%) rename {thirdparty => external}/glm/core/type_vec3.inl (100%) rename {thirdparty => external}/glm/core/type_vec4.hpp (100%) rename {thirdparty => external}/glm/core/type_vec4.inl (100%) rename {thirdparty => external}/glm/ext.hpp (100%) rename {thirdparty => external}/glm/glm.hpp (100%) rename {thirdparty => external}/glm/gtc/half_float.hpp (100%) rename {thirdparty => external}/glm/gtc/half_float.inl (100%) rename {thirdparty => external}/glm/gtc/matrix_access.hpp (100%) rename {thirdparty => external}/glm/gtc/matrix_access.inl (100%) rename {thirdparty => external}/glm/gtc/matrix_integer.hpp (100%) rename {thirdparty => external}/glm/gtc/matrix_inverse.hpp (100%) rename {thirdparty => external}/glm/gtc/matrix_inverse.inl (100%) rename {thirdparty => external}/glm/gtc/matrix_transform.hpp (100%) rename {thirdparty => external}/glm/gtc/matrix_transform.inl (100%) rename {thirdparty => external}/glm/gtc/noise.hpp (100%) rename {thirdparty => external}/glm/gtc/noise.inl (100%) rename {thirdparty => external}/glm/gtc/quaternion.hpp (100%) rename {thirdparty => external}/glm/gtc/quaternion.inl (100%) rename {thirdparty => external}/glm/gtc/random.hpp (100%) rename {thirdparty => external}/glm/gtc/random.inl (100%) rename {thirdparty => external}/glm/gtc/swizzle.hpp (100%) rename {thirdparty => external}/glm/gtc/swizzle.inl (100%) rename {thirdparty => external}/glm/gtc/type_precision.hpp (100%) rename {thirdparty => external}/glm/gtc/type_precision.inl (100%) rename {thirdparty => external}/glm/gtc/type_ptr.hpp (100%) rename {thirdparty => external}/glm/gtc/type_ptr.inl (100%) rename {thirdparty => external}/glm/gtx/associated_min_max.hpp (100%) rename {thirdparty => external}/glm/gtx/associated_min_max.inl (100%) rename {thirdparty => external}/glm/gtx/bit.hpp (100%) rename {thirdparty => external}/glm/gtx/bit.inl (100%) rename {thirdparty => external}/glm/gtx/closest_point.hpp (100%) rename {thirdparty => external}/glm/gtx/closest_point.inl (100%) rename {thirdparty => external}/glm/gtx/color_cast.hpp (100%) rename {thirdparty => external}/glm/gtx/color_cast.inl (100%) rename {thirdparty => external}/glm/gtx/color_space.hpp (100%) rename {thirdparty => external}/glm/gtx/color_space.inl (100%) rename {thirdparty => external}/glm/gtx/color_space_YCoCg.hpp (100%) rename {thirdparty => external}/glm/gtx/color_space_YCoCg.inl (100%) rename {thirdparty => external}/glm/gtx/compatibility.hpp (100%) rename {thirdparty => external}/glm/gtx/compatibility.inl (100%) rename {thirdparty => external}/glm/gtx/component_wise.hpp (100%) rename {thirdparty => external}/glm/gtx/component_wise.inl (100%) rename {thirdparty => external}/glm/gtx/constants.hpp (100%) rename {thirdparty => external}/glm/gtx/constants.inl (100%) rename {thirdparty => external}/glm/gtx/epsilon.hpp (100%) rename {thirdparty => external}/glm/gtx/epsilon.inl (100%) rename {thirdparty => external}/glm/gtx/euler_angles.hpp (100%) rename {thirdparty => external}/glm/gtx/euler_angles.inl (100%) rename {thirdparty => external}/glm/gtx/extend.hpp (100%) rename {thirdparty => external}/glm/gtx/extend.inl (100%) rename {thirdparty => external}/glm/gtx/extented_min_max.hpp (100%) rename {thirdparty => external}/glm/gtx/extented_min_max.inl (100%) rename {thirdparty => external}/glm/gtx/fast_exponential.hpp (100%) rename {thirdparty => external}/glm/gtx/fast_exponential.inl (100%) rename {thirdparty => external}/glm/gtx/fast_square_root.hpp (100%) rename {thirdparty => external}/glm/gtx/fast_square_root.inl (100%) rename {thirdparty => external}/glm/gtx/fast_trigonometry.hpp (100%) rename {thirdparty => external}/glm/gtx/fast_trigonometry.inl (100%) rename {thirdparty => external}/glm/gtx/gradient_paint.hpp (100%) rename {thirdparty => external}/glm/gtx/gradient_paint.inl (100%) rename {thirdparty => external}/glm/gtx/handed_coordinate_space.hpp (100%) rename {thirdparty => external}/glm/gtx/handed_coordinate_space.inl (100%) rename {thirdparty => external}/glm/gtx/inertia.hpp (100%) rename {thirdparty => external}/glm/gtx/inertia.inl (100%) rename {thirdparty => external}/glm/gtx/int_10_10_10_2.hpp (100%) rename {thirdparty => external}/glm/gtx/int_10_10_10_2.inl (100%) rename {thirdparty => external}/glm/gtx/integer.hpp (100%) rename {thirdparty => external}/glm/gtx/integer.inl (100%) rename {thirdparty => external}/glm/gtx/intersect.hpp (100%) rename {thirdparty => external}/glm/gtx/intersect.inl (100%) rename {thirdparty => external}/glm/gtx/log_base.hpp (100%) rename {thirdparty => external}/glm/gtx/log_base.inl (100%) rename {thirdparty => external}/glm/gtx/matrix_cross_product.hpp (100%) rename {thirdparty => external}/glm/gtx/matrix_cross_product.inl (100%) rename {thirdparty => external}/glm/gtx/matrix_interpolation.hpp (100%) rename {thirdparty => external}/glm/gtx/matrix_interpolation.inl (100%) rename {thirdparty => external}/glm/gtx/matrix_major_storage.hpp (100%) rename {thirdparty => external}/glm/gtx/matrix_major_storage.inl (100%) rename {thirdparty => external}/glm/gtx/matrix_operation.hpp (100%) rename {thirdparty => external}/glm/gtx/matrix_operation.inl (100%) rename {thirdparty => external}/glm/gtx/matrix_query.hpp (100%) rename {thirdparty => external}/glm/gtx/matrix_query.inl (100%) rename {thirdparty => external}/glm/gtx/mixed_product.hpp (100%) rename {thirdparty => external}/glm/gtx/mixed_product.inl (100%) rename {thirdparty => external}/glm/gtx/multiple.hpp (100%) rename {thirdparty => external}/glm/gtx/multiple.inl (100%) rename {thirdparty => external}/glm/gtx/noise.hpp (100%) rename {thirdparty => external}/glm/gtx/noise.inl (100%) rename {thirdparty => external}/glm/gtx/norm.hpp (100%) rename {thirdparty => external}/glm/gtx/norm.inl (100%) rename {thirdparty => external}/glm/gtx/normal.hpp (100%) rename {thirdparty => external}/glm/gtx/normal.inl (100%) rename {thirdparty => external}/glm/gtx/normalize_dot.hpp (100%) rename {thirdparty => external}/glm/gtx/normalize_dot.inl (100%) rename {thirdparty => external}/glm/gtx/number_precision.hpp (100%) rename {thirdparty => external}/glm/gtx/number_precision.inl (100%) rename {thirdparty => external}/glm/gtx/ocl_type.hpp (100%) rename {thirdparty => external}/glm/gtx/ocl_type.inl (100%) rename {thirdparty => external}/glm/gtx/optimum_pow.hpp (100%) rename {thirdparty => external}/glm/gtx/optimum_pow.inl (100%) rename {thirdparty => external}/glm/gtx/orthonormalize.hpp (100%) rename {thirdparty => external}/glm/gtx/orthonormalize.inl (100%) rename {thirdparty => external}/glm/gtx/perpendicular.hpp (100%) rename {thirdparty => external}/glm/gtx/perpendicular.inl (100%) rename {thirdparty => external}/glm/gtx/polar_coordinates.hpp (100%) rename {thirdparty => external}/glm/gtx/polar_coordinates.inl (100%) rename {thirdparty => external}/glm/gtx/projection.hpp (100%) rename {thirdparty => external}/glm/gtx/projection.inl (100%) rename {thirdparty => external}/glm/gtx/quaternion.hpp (100%) rename {thirdparty => external}/glm/gtx/quaternion.inl (100%) rename {thirdparty => external}/glm/gtx/random.hpp (100%) rename {thirdparty => external}/glm/gtx/random.inl (100%) rename {thirdparty => external}/glm/gtx/raw_data.hpp (100%) rename {thirdparty => external}/glm/gtx/raw_data.inl (100%) rename {thirdparty => external}/glm/gtx/reciprocal.hpp (100%) rename {thirdparty => external}/glm/gtx/reciprocal.inl (100%) rename {thirdparty => external}/glm/gtx/rotate_vector.hpp (100%) rename {thirdparty => external}/glm/gtx/rotate_vector.inl (100%) rename {thirdparty => external}/glm/gtx/simd_mat4.hpp (100%) rename {thirdparty => external}/glm/gtx/simd_mat4.inl (100%) rename {thirdparty => external}/glm/gtx/simd_vec4.hpp (100%) rename {thirdparty => external}/glm/gtx/simd_vec4.inl (100%) rename {thirdparty => external}/glm/gtx/spline.hpp (100%) rename {thirdparty => external}/glm/gtx/spline.inl (100%) rename {thirdparty => external}/glm/gtx/std_based_type.hpp (100%) rename {thirdparty => external}/glm/gtx/std_based_type.inl (100%) rename {thirdparty => external}/glm/gtx/string_cast.hpp (100%) rename {thirdparty => external}/glm/gtx/string_cast.inl (100%) rename {thirdparty => external}/glm/gtx/transform.hpp (100%) rename {thirdparty => external}/glm/gtx/transform.inl (100%) rename {thirdparty => external}/glm/gtx/transform2.hpp (100%) rename {thirdparty => external}/glm/gtx/transform2.inl (100%) rename {thirdparty => external}/glm/gtx/ulp.hpp (100%) rename {thirdparty => external}/glm/gtx/ulp.inl (100%) rename {thirdparty => external}/glm/gtx/unsigned_int.hpp (100%) rename {thirdparty => external}/glm/gtx/unsigned_int.inl (100%) rename {thirdparty => external}/glm/gtx/vec1.hpp (100%) rename {thirdparty => external}/glm/gtx/vec1.inl (100%) rename {thirdparty => external}/glm/gtx/vector_access.hpp (100%) rename {thirdparty => external}/glm/gtx/vector_access.inl (100%) rename {thirdparty => external}/glm/gtx/vector_angle.hpp (100%) rename {thirdparty => external}/glm/gtx/vector_angle.inl (100%) rename {thirdparty => external}/glm/gtx/vector_query.hpp (100%) rename {thirdparty => external}/glm/gtx/vector_query.inl (100%) rename {thirdparty => external}/glm/gtx/verbose_operator.hpp (100%) rename {thirdparty => external}/glm/gtx/verbose_operator.inl (100%) rename {thirdparty => external}/glm/gtx/wrap.hpp (100%) rename {thirdparty => external}/glm/gtx/wrap.inl (100%) rename {thirdparty => external}/glm/virtrev/xstream.hpp (100%) rename {thirdparty => external}/portaudio/pa_snapshot_020813.tgz (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f621bcc42..7788de323f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/") project(hifi) -set(GLM_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty) -set(LODEPNG_ROOT_DIR ${CMAKE_SOURCE_DIR}/thirdparty/LodePNG) -set(PORTAUDIO_DIR ${CMAKE_SOURCE_DIR}/thirdparty/portaudio) +set(GLM_ROOT_DIR ${CMAKE_SOURCE_DIR}/external) +set(LODEPNG_ROOT_DIR ${CMAKE_SOURCE_DIR}/external/LodePNG) +set(PORTAUDIO_DIR ${CMAKE_SOURCE_DIR}/external/portaudio) add_subdirectory(interface) \ No newline at end of file diff --git a/thirdparty/LodePNG/lodepng.cpp b/external/LodePNG/lodepng.cpp similarity index 100% rename from thirdparty/LodePNG/lodepng.cpp rename to external/LodePNG/lodepng.cpp diff --git a/thirdparty/LodePNG/lodepng.h b/external/LodePNG/lodepng.h similarity index 100% rename from thirdparty/LodePNG/lodepng.h rename to external/LodePNG/lodepng.h diff --git a/thirdparty/glm/core/_detail.hpp b/external/glm/core/_detail.hpp similarity index 100% rename from thirdparty/glm/core/_detail.hpp rename to external/glm/core/_detail.hpp diff --git a/thirdparty/glm/core/_fixes.hpp b/external/glm/core/_fixes.hpp similarity index 100% rename from thirdparty/glm/core/_fixes.hpp rename to external/glm/core/_fixes.hpp diff --git a/thirdparty/glm/core/_swizzle.hpp b/external/glm/core/_swizzle.hpp similarity index 100% rename from thirdparty/glm/core/_swizzle.hpp rename to external/glm/core/_swizzle.hpp diff --git a/thirdparty/glm/core/_swizzle_func.hpp b/external/glm/core/_swizzle_func.hpp similarity index 100% rename from thirdparty/glm/core/_swizzle_func.hpp rename to external/glm/core/_swizzle_func.hpp diff --git a/thirdparty/glm/core/_vectorize.hpp b/external/glm/core/_vectorize.hpp similarity index 100% rename from thirdparty/glm/core/_vectorize.hpp rename to external/glm/core/_vectorize.hpp diff --git a/thirdparty/glm/core/dummy.cpp b/external/glm/core/dummy.cpp similarity index 100% rename from thirdparty/glm/core/dummy.cpp rename to external/glm/core/dummy.cpp diff --git a/thirdparty/glm/core/func_common.hpp b/external/glm/core/func_common.hpp similarity index 100% rename from thirdparty/glm/core/func_common.hpp rename to external/glm/core/func_common.hpp diff --git a/thirdparty/glm/core/func_common.inl b/external/glm/core/func_common.inl similarity index 100% rename from thirdparty/glm/core/func_common.inl rename to external/glm/core/func_common.inl diff --git a/thirdparty/glm/core/func_exponential.hpp b/external/glm/core/func_exponential.hpp similarity index 100% rename from thirdparty/glm/core/func_exponential.hpp rename to external/glm/core/func_exponential.hpp diff --git a/thirdparty/glm/core/func_exponential.inl b/external/glm/core/func_exponential.inl similarity index 100% rename from thirdparty/glm/core/func_exponential.inl rename to external/glm/core/func_exponential.inl diff --git a/thirdparty/glm/core/func_geometric.hpp b/external/glm/core/func_geometric.hpp similarity index 100% rename from thirdparty/glm/core/func_geometric.hpp rename to external/glm/core/func_geometric.hpp diff --git a/thirdparty/glm/core/func_geometric.inl b/external/glm/core/func_geometric.inl similarity index 100% rename from thirdparty/glm/core/func_geometric.inl rename to external/glm/core/func_geometric.inl diff --git a/thirdparty/glm/core/func_integer.hpp b/external/glm/core/func_integer.hpp similarity index 100% rename from thirdparty/glm/core/func_integer.hpp rename to external/glm/core/func_integer.hpp diff --git a/thirdparty/glm/core/func_integer.inl b/external/glm/core/func_integer.inl similarity index 100% rename from thirdparty/glm/core/func_integer.inl rename to external/glm/core/func_integer.inl diff --git a/thirdparty/glm/core/func_matrix.hpp b/external/glm/core/func_matrix.hpp similarity index 100% rename from thirdparty/glm/core/func_matrix.hpp rename to external/glm/core/func_matrix.hpp diff --git a/thirdparty/glm/core/func_matrix.inl b/external/glm/core/func_matrix.inl similarity index 100% rename from thirdparty/glm/core/func_matrix.inl rename to external/glm/core/func_matrix.inl diff --git a/thirdparty/glm/core/func_noise.hpp b/external/glm/core/func_noise.hpp similarity index 100% rename from thirdparty/glm/core/func_noise.hpp rename to external/glm/core/func_noise.hpp diff --git a/thirdparty/glm/core/func_noise.inl b/external/glm/core/func_noise.inl similarity index 100% rename from thirdparty/glm/core/func_noise.inl rename to external/glm/core/func_noise.inl diff --git a/thirdparty/glm/core/func_packing.hpp b/external/glm/core/func_packing.hpp similarity index 100% rename from thirdparty/glm/core/func_packing.hpp rename to external/glm/core/func_packing.hpp diff --git a/thirdparty/glm/core/func_packing.inl b/external/glm/core/func_packing.inl similarity index 100% rename from thirdparty/glm/core/func_packing.inl rename to external/glm/core/func_packing.inl diff --git a/thirdparty/glm/core/func_trigonometric.hpp b/external/glm/core/func_trigonometric.hpp similarity index 100% rename from thirdparty/glm/core/func_trigonometric.hpp rename to external/glm/core/func_trigonometric.hpp diff --git a/thirdparty/glm/core/func_trigonometric.inl b/external/glm/core/func_trigonometric.inl similarity index 100% rename from thirdparty/glm/core/func_trigonometric.inl rename to external/glm/core/func_trigonometric.inl diff --git a/thirdparty/glm/core/func_vector_relational.hpp b/external/glm/core/func_vector_relational.hpp similarity index 100% rename from thirdparty/glm/core/func_vector_relational.hpp rename to external/glm/core/func_vector_relational.hpp diff --git a/thirdparty/glm/core/func_vector_relational.inl b/external/glm/core/func_vector_relational.inl similarity index 100% rename from thirdparty/glm/core/func_vector_relational.inl rename to external/glm/core/func_vector_relational.inl diff --git a/thirdparty/glm/core/hint.hpp b/external/glm/core/hint.hpp similarity index 100% rename from thirdparty/glm/core/hint.hpp rename to external/glm/core/hint.hpp diff --git a/thirdparty/glm/core/intrinsic_common.hpp b/external/glm/core/intrinsic_common.hpp similarity index 100% rename from thirdparty/glm/core/intrinsic_common.hpp rename to external/glm/core/intrinsic_common.hpp diff --git a/thirdparty/glm/core/intrinsic_common.inl b/external/glm/core/intrinsic_common.inl similarity index 100% rename from thirdparty/glm/core/intrinsic_common.inl rename to external/glm/core/intrinsic_common.inl diff --git a/thirdparty/glm/core/intrinsic_exponential.hpp b/external/glm/core/intrinsic_exponential.hpp similarity index 100% rename from thirdparty/glm/core/intrinsic_exponential.hpp rename to external/glm/core/intrinsic_exponential.hpp diff --git a/thirdparty/glm/core/intrinsic_exponential.inl b/external/glm/core/intrinsic_exponential.inl similarity index 100% rename from thirdparty/glm/core/intrinsic_exponential.inl rename to external/glm/core/intrinsic_exponential.inl diff --git a/thirdparty/glm/core/intrinsic_geometric.hpp b/external/glm/core/intrinsic_geometric.hpp similarity index 100% rename from thirdparty/glm/core/intrinsic_geometric.hpp rename to external/glm/core/intrinsic_geometric.hpp diff --git a/thirdparty/glm/core/intrinsic_geometric.inl b/external/glm/core/intrinsic_geometric.inl similarity index 100% rename from thirdparty/glm/core/intrinsic_geometric.inl rename to external/glm/core/intrinsic_geometric.inl diff --git a/thirdparty/glm/core/intrinsic_matrix.hpp b/external/glm/core/intrinsic_matrix.hpp similarity index 100% rename from thirdparty/glm/core/intrinsic_matrix.hpp rename to external/glm/core/intrinsic_matrix.hpp diff --git a/thirdparty/glm/core/intrinsic_matrix.inl b/external/glm/core/intrinsic_matrix.inl similarity index 100% rename from thirdparty/glm/core/intrinsic_matrix.inl rename to external/glm/core/intrinsic_matrix.inl diff --git a/thirdparty/glm/core/intrinsic_trigonometric.hpp b/external/glm/core/intrinsic_trigonometric.hpp similarity index 100% rename from thirdparty/glm/core/intrinsic_trigonometric.hpp rename to external/glm/core/intrinsic_trigonometric.hpp diff --git a/thirdparty/glm/core/intrinsic_trigonometric.inl b/external/glm/core/intrinsic_trigonometric.inl similarity index 100% rename from thirdparty/glm/core/intrinsic_trigonometric.inl rename to external/glm/core/intrinsic_trigonometric.inl diff --git a/thirdparty/glm/core/intrinsic_vector_relational.hpp b/external/glm/core/intrinsic_vector_relational.hpp similarity index 100% rename from thirdparty/glm/core/intrinsic_vector_relational.hpp rename to external/glm/core/intrinsic_vector_relational.hpp diff --git a/thirdparty/glm/core/intrinsic_vector_relational.inl b/external/glm/core/intrinsic_vector_relational.inl similarity index 100% rename from thirdparty/glm/core/intrinsic_vector_relational.inl rename to external/glm/core/intrinsic_vector_relational.inl diff --git a/thirdparty/glm/core/setup.hpp b/external/glm/core/setup.hpp similarity index 100% rename from thirdparty/glm/core/setup.hpp rename to external/glm/core/setup.hpp diff --git a/thirdparty/glm/core/type.hpp b/external/glm/core/type.hpp similarity index 100% rename from thirdparty/glm/core/type.hpp rename to external/glm/core/type.hpp diff --git a/thirdparty/glm/core/type_float.hpp b/external/glm/core/type_float.hpp similarity index 100% rename from thirdparty/glm/core/type_float.hpp rename to external/glm/core/type_float.hpp diff --git a/thirdparty/glm/core/type_gentype.hpp b/external/glm/core/type_gentype.hpp similarity index 100% rename from thirdparty/glm/core/type_gentype.hpp rename to external/glm/core/type_gentype.hpp diff --git a/thirdparty/glm/core/type_gentype.inl b/external/glm/core/type_gentype.inl similarity index 100% rename from thirdparty/glm/core/type_gentype.inl rename to external/glm/core/type_gentype.inl diff --git a/thirdparty/glm/core/type_half.hpp b/external/glm/core/type_half.hpp similarity index 100% rename from thirdparty/glm/core/type_half.hpp rename to external/glm/core/type_half.hpp diff --git a/thirdparty/glm/core/type_half.inl b/external/glm/core/type_half.inl similarity index 100% rename from thirdparty/glm/core/type_half.inl rename to external/glm/core/type_half.inl diff --git a/thirdparty/glm/core/type_int.hpp b/external/glm/core/type_int.hpp similarity index 100% rename from thirdparty/glm/core/type_int.hpp rename to external/glm/core/type_int.hpp diff --git a/thirdparty/glm/core/type_mat.hpp b/external/glm/core/type_mat.hpp similarity index 100% rename from thirdparty/glm/core/type_mat.hpp rename to external/glm/core/type_mat.hpp diff --git a/thirdparty/glm/core/type_mat.inl b/external/glm/core/type_mat.inl similarity index 100% rename from thirdparty/glm/core/type_mat.inl rename to external/glm/core/type_mat.inl diff --git a/thirdparty/glm/core/type_mat2x2.hpp b/external/glm/core/type_mat2x2.hpp similarity index 100% rename from thirdparty/glm/core/type_mat2x2.hpp rename to external/glm/core/type_mat2x2.hpp diff --git a/thirdparty/glm/core/type_mat2x2.inl b/external/glm/core/type_mat2x2.inl similarity index 100% rename from thirdparty/glm/core/type_mat2x2.inl rename to external/glm/core/type_mat2x2.inl diff --git a/thirdparty/glm/core/type_mat2x3.hpp b/external/glm/core/type_mat2x3.hpp similarity index 100% rename from thirdparty/glm/core/type_mat2x3.hpp rename to external/glm/core/type_mat2x3.hpp diff --git a/thirdparty/glm/core/type_mat2x3.inl b/external/glm/core/type_mat2x3.inl similarity index 100% rename from thirdparty/glm/core/type_mat2x3.inl rename to external/glm/core/type_mat2x3.inl diff --git a/thirdparty/glm/core/type_mat2x4.hpp b/external/glm/core/type_mat2x4.hpp similarity index 100% rename from thirdparty/glm/core/type_mat2x4.hpp rename to external/glm/core/type_mat2x4.hpp diff --git a/thirdparty/glm/core/type_mat2x4.inl b/external/glm/core/type_mat2x4.inl similarity index 100% rename from thirdparty/glm/core/type_mat2x4.inl rename to external/glm/core/type_mat2x4.inl diff --git a/thirdparty/glm/core/type_mat3x2.hpp b/external/glm/core/type_mat3x2.hpp similarity index 100% rename from thirdparty/glm/core/type_mat3x2.hpp rename to external/glm/core/type_mat3x2.hpp diff --git a/thirdparty/glm/core/type_mat3x2.inl b/external/glm/core/type_mat3x2.inl similarity index 100% rename from thirdparty/glm/core/type_mat3x2.inl rename to external/glm/core/type_mat3x2.inl diff --git a/thirdparty/glm/core/type_mat3x3.hpp b/external/glm/core/type_mat3x3.hpp similarity index 100% rename from thirdparty/glm/core/type_mat3x3.hpp rename to external/glm/core/type_mat3x3.hpp diff --git a/thirdparty/glm/core/type_mat3x3.inl b/external/glm/core/type_mat3x3.inl similarity index 100% rename from thirdparty/glm/core/type_mat3x3.inl rename to external/glm/core/type_mat3x3.inl diff --git a/thirdparty/glm/core/type_mat3x4.hpp b/external/glm/core/type_mat3x4.hpp similarity index 100% rename from thirdparty/glm/core/type_mat3x4.hpp rename to external/glm/core/type_mat3x4.hpp diff --git a/thirdparty/glm/core/type_mat3x4.inl b/external/glm/core/type_mat3x4.inl similarity index 100% rename from thirdparty/glm/core/type_mat3x4.inl rename to external/glm/core/type_mat3x4.inl diff --git a/thirdparty/glm/core/type_mat4x2.hpp b/external/glm/core/type_mat4x2.hpp similarity index 100% rename from thirdparty/glm/core/type_mat4x2.hpp rename to external/glm/core/type_mat4x2.hpp diff --git a/thirdparty/glm/core/type_mat4x2.inl b/external/glm/core/type_mat4x2.inl similarity index 100% rename from thirdparty/glm/core/type_mat4x2.inl rename to external/glm/core/type_mat4x2.inl diff --git a/thirdparty/glm/core/type_mat4x3.hpp b/external/glm/core/type_mat4x3.hpp similarity index 100% rename from thirdparty/glm/core/type_mat4x3.hpp rename to external/glm/core/type_mat4x3.hpp diff --git a/thirdparty/glm/core/type_mat4x3.inl b/external/glm/core/type_mat4x3.inl similarity index 100% rename from thirdparty/glm/core/type_mat4x3.inl rename to external/glm/core/type_mat4x3.inl diff --git a/thirdparty/glm/core/type_mat4x4.hpp b/external/glm/core/type_mat4x4.hpp similarity index 100% rename from thirdparty/glm/core/type_mat4x4.hpp rename to external/glm/core/type_mat4x4.hpp diff --git a/thirdparty/glm/core/type_mat4x4.inl b/external/glm/core/type_mat4x4.inl similarity index 100% rename from thirdparty/glm/core/type_mat4x4.inl rename to external/glm/core/type_mat4x4.inl diff --git a/thirdparty/glm/core/type_size.hpp b/external/glm/core/type_size.hpp similarity index 100% rename from thirdparty/glm/core/type_size.hpp rename to external/glm/core/type_size.hpp diff --git a/thirdparty/glm/core/type_vec.hpp b/external/glm/core/type_vec.hpp similarity index 100% rename from thirdparty/glm/core/type_vec.hpp rename to external/glm/core/type_vec.hpp diff --git a/thirdparty/glm/core/type_vec.inl b/external/glm/core/type_vec.inl similarity index 100% rename from thirdparty/glm/core/type_vec.inl rename to external/glm/core/type_vec.inl diff --git a/thirdparty/glm/core/type_vec1.hpp b/external/glm/core/type_vec1.hpp similarity index 100% rename from thirdparty/glm/core/type_vec1.hpp rename to external/glm/core/type_vec1.hpp diff --git a/thirdparty/glm/core/type_vec1.inl b/external/glm/core/type_vec1.inl similarity index 100% rename from thirdparty/glm/core/type_vec1.inl rename to external/glm/core/type_vec1.inl diff --git a/thirdparty/glm/core/type_vec2.hpp b/external/glm/core/type_vec2.hpp similarity index 100% rename from thirdparty/glm/core/type_vec2.hpp rename to external/glm/core/type_vec2.hpp diff --git a/thirdparty/glm/core/type_vec2.inl b/external/glm/core/type_vec2.inl similarity index 100% rename from thirdparty/glm/core/type_vec2.inl rename to external/glm/core/type_vec2.inl diff --git a/thirdparty/glm/core/type_vec3.hpp b/external/glm/core/type_vec3.hpp similarity index 100% rename from thirdparty/glm/core/type_vec3.hpp rename to external/glm/core/type_vec3.hpp diff --git a/thirdparty/glm/core/type_vec3.inl b/external/glm/core/type_vec3.inl similarity index 100% rename from thirdparty/glm/core/type_vec3.inl rename to external/glm/core/type_vec3.inl diff --git a/thirdparty/glm/core/type_vec4.hpp b/external/glm/core/type_vec4.hpp similarity index 100% rename from thirdparty/glm/core/type_vec4.hpp rename to external/glm/core/type_vec4.hpp diff --git a/thirdparty/glm/core/type_vec4.inl b/external/glm/core/type_vec4.inl similarity index 100% rename from thirdparty/glm/core/type_vec4.inl rename to external/glm/core/type_vec4.inl diff --git a/thirdparty/glm/ext.hpp b/external/glm/ext.hpp similarity index 100% rename from thirdparty/glm/ext.hpp rename to external/glm/ext.hpp diff --git a/thirdparty/glm/glm.hpp b/external/glm/glm.hpp similarity index 100% rename from thirdparty/glm/glm.hpp rename to external/glm/glm.hpp diff --git a/thirdparty/glm/gtc/half_float.hpp b/external/glm/gtc/half_float.hpp similarity index 100% rename from thirdparty/glm/gtc/half_float.hpp rename to external/glm/gtc/half_float.hpp diff --git a/thirdparty/glm/gtc/half_float.inl b/external/glm/gtc/half_float.inl similarity index 100% rename from thirdparty/glm/gtc/half_float.inl rename to external/glm/gtc/half_float.inl diff --git a/thirdparty/glm/gtc/matrix_access.hpp b/external/glm/gtc/matrix_access.hpp similarity index 100% rename from thirdparty/glm/gtc/matrix_access.hpp rename to external/glm/gtc/matrix_access.hpp diff --git a/thirdparty/glm/gtc/matrix_access.inl b/external/glm/gtc/matrix_access.inl similarity index 100% rename from thirdparty/glm/gtc/matrix_access.inl rename to external/glm/gtc/matrix_access.inl diff --git a/thirdparty/glm/gtc/matrix_integer.hpp b/external/glm/gtc/matrix_integer.hpp similarity index 100% rename from thirdparty/glm/gtc/matrix_integer.hpp rename to external/glm/gtc/matrix_integer.hpp diff --git a/thirdparty/glm/gtc/matrix_inverse.hpp b/external/glm/gtc/matrix_inverse.hpp similarity index 100% rename from thirdparty/glm/gtc/matrix_inverse.hpp rename to external/glm/gtc/matrix_inverse.hpp diff --git a/thirdparty/glm/gtc/matrix_inverse.inl b/external/glm/gtc/matrix_inverse.inl similarity index 100% rename from thirdparty/glm/gtc/matrix_inverse.inl rename to external/glm/gtc/matrix_inverse.inl diff --git a/thirdparty/glm/gtc/matrix_transform.hpp b/external/glm/gtc/matrix_transform.hpp similarity index 100% rename from thirdparty/glm/gtc/matrix_transform.hpp rename to external/glm/gtc/matrix_transform.hpp diff --git a/thirdparty/glm/gtc/matrix_transform.inl b/external/glm/gtc/matrix_transform.inl similarity index 100% rename from thirdparty/glm/gtc/matrix_transform.inl rename to external/glm/gtc/matrix_transform.inl diff --git a/thirdparty/glm/gtc/noise.hpp b/external/glm/gtc/noise.hpp similarity index 100% rename from thirdparty/glm/gtc/noise.hpp rename to external/glm/gtc/noise.hpp diff --git a/thirdparty/glm/gtc/noise.inl b/external/glm/gtc/noise.inl similarity index 100% rename from thirdparty/glm/gtc/noise.inl rename to external/glm/gtc/noise.inl diff --git a/thirdparty/glm/gtc/quaternion.hpp b/external/glm/gtc/quaternion.hpp similarity index 100% rename from thirdparty/glm/gtc/quaternion.hpp rename to external/glm/gtc/quaternion.hpp diff --git a/thirdparty/glm/gtc/quaternion.inl b/external/glm/gtc/quaternion.inl similarity index 100% rename from thirdparty/glm/gtc/quaternion.inl rename to external/glm/gtc/quaternion.inl diff --git a/thirdparty/glm/gtc/random.hpp b/external/glm/gtc/random.hpp similarity index 100% rename from thirdparty/glm/gtc/random.hpp rename to external/glm/gtc/random.hpp diff --git a/thirdparty/glm/gtc/random.inl b/external/glm/gtc/random.inl similarity index 100% rename from thirdparty/glm/gtc/random.inl rename to external/glm/gtc/random.inl diff --git a/thirdparty/glm/gtc/swizzle.hpp b/external/glm/gtc/swizzle.hpp similarity index 100% rename from thirdparty/glm/gtc/swizzle.hpp rename to external/glm/gtc/swizzle.hpp diff --git a/thirdparty/glm/gtc/swizzle.inl b/external/glm/gtc/swizzle.inl similarity index 100% rename from thirdparty/glm/gtc/swizzle.inl rename to external/glm/gtc/swizzle.inl diff --git a/thirdparty/glm/gtc/type_precision.hpp b/external/glm/gtc/type_precision.hpp similarity index 100% rename from thirdparty/glm/gtc/type_precision.hpp rename to external/glm/gtc/type_precision.hpp diff --git a/thirdparty/glm/gtc/type_precision.inl b/external/glm/gtc/type_precision.inl similarity index 100% rename from thirdparty/glm/gtc/type_precision.inl rename to external/glm/gtc/type_precision.inl diff --git a/thirdparty/glm/gtc/type_ptr.hpp b/external/glm/gtc/type_ptr.hpp similarity index 100% rename from thirdparty/glm/gtc/type_ptr.hpp rename to external/glm/gtc/type_ptr.hpp diff --git a/thirdparty/glm/gtc/type_ptr.inl b/external/glm/gtc/type_ptr.inl similarity index 100% rename from thirdparty/glm/gtc/type_ptr.inl rename to external/glm/gtc/type_ptr.inl diff --git a/thirdparty/glm/gtx/associated_min_max.hpp b/external/glm/gtx/associated_min_max.hpp similarity index 100% rename from thirdparty/glm/gtx/associated_min_max.hpp rename to external/glm/gtx/associated_min_max.hpp diff --git a/thirdparty/glm/gtx/associated_min_max.inl b/external/glm/gtx/associated_min_max.inl similarity index 100% rename from thirdparty/glm/gtx/associated_min_max.inl rename to external/glm/gtx/associated_min_max.inl diff --git a/thirdparty/glm/gtx/bit.hpp b/external/glm/gtx/bit.hpp similarity index 100% rename from thirdparty/glm/gtx/bit.hpp rename to external/glm/gtx/bit.hpp diff --git a/thirdparty/glm/gtx/bit.inl b/external/glm/gtx/bit.inl similarity index 100% rename from thirdparty/glm/gtx/bit.inl rename to external/glm/gtx/bit.inl diff --git a/thirdparty/glm/gtx/closest_point.hpp b/external/glm/gtx/closest_point.hpp similarity index 100% rename from thirdparty/glm/gtx/closest_point.hpp rename to external/glm/gtx/closest_point.hpp diff --git a/thirdparty/glm/gtx/closest_point.inl b/external/glm/gtx/closest_point.inl similarity index 100% rename from thirdparty/glm/gtx/closest_point.inl rename to external/glm/gtx/closest_point.inl diff --git a/thirdparty/glm/gtx/color_cast.hpp b/external/glm/gtx/color_cast.hpp similarity index 100% rename from thirdparty/glm/gtx/color_cast.hpp rename to external/glm/gtx/color_cast.hpp diff --git a/thirdparty/glm/gtx/color_cast.inl b/external/glm/gtx/color_cast.inl similarity index 100% rename from thirdparty/glm/gtx/color_cast.inl rename to external/glm/gtx/color_cast.inl diff --git a/thirdparty/glm/gtx/color_space.hpp b/external/glm/gtx/color_space.hpp similarity index 100% rename from thirdparty/glm/gtx/color_space.hpp rename to external/glm/gtx/color_space.hpp diff --git a/thirdparty/glm/gtx/color_space.inl b/external/glm/gtx/color_space.inl similarity index 100% rename from thirdparty/glm/gtx/color_space.inl rename to external/glm/gtx/color_space.inl diff --git a/thirdparty/glm/gtx/color_space_YCoCg.hpp b/external/glm/gtx/color_space_YCoCg.hpp similarity index 100% rename from thirdparty/glm/gtx/color_space_YCoCg.hpp rename to external/glm/gtx/color_space_YCoCg.hpp diff --git a/thirdparty/glm/gtx/color_space_YCoCg.inl b/external/glm/gtx/color_space_YCoCg.inl similarity index 100% rename from thirdparty/glm/gtx/color_space_YCoCg.inl rename to external/glm/gtx/color_space_YCoCg.inl diff --git a/thirdparty/glm/gtx/compatibility.hpp b/external/glm/gtx/compatibility.hpp similarity index 100% rename from thirdparty/glm/gtx/compatibility.hpp rename to external/glm/gtx/compatibility.hpp diff --git a/thirdparty/glm/gtx/compatibility.inl b/external/glm/gtx/compatibility.inl similarity index 100% rename from thirdparty/glm/gtx/compatibility.inl rename to external/glm/gtx/compatibility.inl diff --git a/thirdparty/glm/gtx/component_wise.hpp b/external/glm/gtx/component_wise.hpp similarity index 100% rename from thirdparty/glm/gtx/component_wise.hpp rename to external/glm/gtx/component_wise.hpp diff --git a/thirdparty/glm/gtx/component_wise.inl b/external/glm/gtx/component_wise.inl similarity index 100% rename from thirdparty/glm/gtx/component_wise.inl rename to external/glm/gtx/component_wise.inl diff --git a/thirdparty/glm/gtx/constants.hpp b/external/glm/gtx/constants.hpp similarity index 100% rename from thirdparty/glm/gtx/constants.hpp rename to external/glm/gtx/constants.hpp diff --git a/thirdparty/glm/gtx/constants.inl b/external/glm/gtx/constants.inl similarity index 100% rename from thirdparty/glm/gtx/constants.inl rename to external/glm/gtx/constants.inl diff --git a/thirdparty/glm/gtx/epsilon.hpp b/external/glm/gtx/epsilon.hpp similarity index 100% rename from thirdparty/glm/gtx/epsilon.hpp rename to external/glm/gtx/epsilon.hpp diff --git a/thirdparty/glm/gtx/epsilon.inl b/external/glm/gtx/epsilon.inl similarity index 100% rename from thirdparty/glm/gtx/epsilon.inl rename to external/glm/gtx/epsilon.inl diff --git a/thirdparty/glm/gtx/euler_angles.hpp b/external/glm/gtx/euler_angles.hpp similarity index 100% rename from thirdparty/glm/gtx/euler_angles.hpp rename to external/glm/gtx/euler_angles.hpp diff --git a/thirdparty/glm/gtx/euler_angles.inl b/external/glm/gtx/euler_angles.inl similarity index 100% rename from thirdparty/glm/gtx/euler_angles.inl rename to external/glm/gtx/euler_angles.inl diff --git a/thirdparty/glm/gtx/extend.hpp b/external/glm/gtx/extend.hpp similarity index 100% rename from thirdparty/glm/gtx/extend.hpp rename to external/glm/gtx/extend.hpp diff --git a/thirdparty/glm/gtx/extend.inl b/external/glm/gtx/extend.inl similarity index 100% rename from thirdparty/glm/gtx/extend.inl rename to external/glm/gtx/extend.inl diff --git a/thirdparty/glm/gtx/extented_min_max.hpp b/external/glm/gtx/extented_min_max.hpp similarity index 100% rename from thirdparty/glm/gtx/extented_min_max.hpp rename to external/glm/gtx/extented_min_max.hpp diff --git a/thirdparty/glm/gtx/extented_min_max.inl b/external/glm/gtx/extented_min_max.inl similarity index 100% rename from thirdparty/glm/gtx/extented_min_max.inl rename to external/glm/gtx/extented_min_max.inl diff --git a/thirdparty/glm/gtx/fast_exponential.hpp b/external/glm/gtx/fast_exponential.hpp similarity index 100% rename from thirdparty/glm/gtx/fast_exponential.hpp rename to external/glm/gtx/fast_exponential.hpp diff --git a/thirdparty/glm/gtx/fast_exponential.inl b/external/glm/gtx/fast_exponential.inl similarity index 100% rename from thirdparty/glm/gtx/fast_exponential.inl rename to external/glm/gtx/fast_exponential.inl diff --git a/thirdparty/glm/gtx/fast_square_root.hpp b/external/glm/gtx/fast_square_root.hpp similarity index 100% rename from thirdparty/glm/gtx/fast_square_root.hpp rename to external/glm/gtx/fast_square_root.hpp diff --git a/thirdparty/glm/gtx/fast_square_root.inl b/external/glm/gtx/fast_square_root.inl similarity index 100% rename from thirdparty/glm/gtx/fast_square_root.inl rename to external/glm/gtx/fast_square_root.inl diff --git a/thirdparty/glm/gtx/fast_trigonometry.hpp b/external/glm/gtx/fast_trigonometry.hpp similarity index 100% rename from thirdparty/glm/gtx/fast_trigonometry.hpp rename to external/glm/gtx/fast_trigonometry.hpp diff --git a/thirdparty/glm/gtx/fast_trigonometry.inl b/external/glm/gtx/fast_trigonometry.inl similarity index 100% rename from thirdparty/glm/gtx/fast_trigonometry.inl rename to external/glm/gtx/fast_trigonometry.inl diff --git a/thirdparty/glm/gtx/gradient_paint.hpp b/external/glm/gtx/gradient_paint.hpp similarity index 100% rename from thirdparty/glm/gtx/gradient_paint.hpp rename to external/glm/gtx/gradient_paint.hpp diff --git a/thirdparty/glm/gtx/gradient_paint.inl b/external/glm/gtx/gradient_paint.inl similarity index 100% rename from thirdparty/glm/gtx/gradient_paint.inl rename to external/glm/gtx/gradient_paint.inl diff --git a/thirdparty/glm/gtx/handed_coordinate_space.hpp b/external/glm/gtx/handed_coordinate_space.hpp similarity index 100% rename from thirdparty/glm/gtx/handed_coordinate_space.hpp rename to external/glm/gtx/handed_coordinate_space.hpp diff --git a/thirdparty/glm/gtx/handed_coordinate_space.inl b/external/glm/gtx/handed_coordinate_space.inl similarity index 100% rename from thirdparty/glm/gtx/handed_coordinate_space.inl rename to external/glm/gtx/handed_coordinate_space.inl diff --git a/thirdparty/glm/gtx/inertia.hpp b/external/glm/gtx/inertia.hpp similarity index 100% rename from thirdparty/glm/gtx/inertia.hpp rename to external/glm/gtx/inertia.hpp diff --git a/thirdparty/glm/gtx/inertia.inl b/external/glm/gtx/inertia.inl similarity index 100% rename from thirdparty/glm/gtx/inertia.inl rename to external/glm/gtx/inertia.inl diff --git a/thirdparty/glm/gtx/int_10_10_10_2.hpp b/external/glm/gtx/int_10_10_10_2.hpp similarity index 100% rename from thirdparty/glm/gtx/int_10_10_10_2.hpp rename to external/glm/gtx/int_10_10_10_2.hpp diff --git a/thirdparty/glm/gtx/int_10_10_10_2.inl b/external/glm/gtx/int_10_10_10_2.inl similarity index 100% rename from thirdparty/glm/gtx/int_10_10_10_2.inl rename to external/glm/gtx/int_10_10_10_2.inl diff --git a/thirdparty/glm/gtx/integer.hpp b/external/glm/gtx/integer.hpp similarity index 100% rename from thirdparty/glm/gtx/integer.hpp rename to external/glm/gtx/integer.hpp diff --git a/thirdparty/glm/gtx/integer.inl b/external/glm/gtx/integer.inl similarity index 100% rename from thirdparty/glm/gtx/integer.inl rename to external/glm/gtx/integer.inl diff --git a/thirdparty/glm/gtx/intersect.hpp b/external/glm/gtx/intersect.hpp similarity index 100% rename from thirdparty/glm/gtx/intersect.hpp rename to external/glm/gtx/intersect.hpp diff --git a/thirdparty/glm/gtx/intersect.inl b/external/glm/gtx/intersect.inl similarity index 100% rename from thirdparty/glm/gtx/intersect.inl rename to external/glm/gtx/intersect.inl diff --git a/thirdparty/glm/gtx/log_base.hpp b/external/glm/gtx/log_base.hpp similarity index 100% rename from thirdparty/glm/gtx/log_base.hpp rename to external/glm/gtx/log_base.hpp diff --git a/thirdparty/glm/gtx/log_base.inl b/external/glm/gtx/log_base.inl similarity index 100% rename from thirdparty/glm/gtx/log_base.inl rename to external/glm/gtx/log_base.inl diff --git a/thirdparty/glm/gtx/matrix_cross_product.hpp b/external/glm/gtx/matrix_cross_product.hpp similarity index 100% rename from thirdparty/glm/gtx/matrix_cross_product.hpp rename to external/glm/gtx/matrix_cross_product.hpp diff --git a/thirdparty/glm/gtx/matrix_cross_product.inl b/external/glm/gtx/matrix_cross_product.inl similarity index 100% rename from thirdparty/glm/gtx/matrix_cross_product.inl rename to external/glm/gtx/matrix_cross_product.inl diff --git a/thirdparty/glm/gtx/matrix_interpolation.hpp b/external/glm/gtx/matrix_interpolation.hpp similarity index 100% rename from thirdparty/glm/gtx/matrix_interpolation.hpp rename to external/glm/gtx/matrix_interpolation.hpp diff --git a/thirdparty/glm/gtx/matrix_interpolation.inl b/external/glm/gtx/matrix_interpolation.inl similarity index 100% rename from thirdparty/glm/gtx/matrix_interpolation.inl rename to external/glm/gtx/matrix_interpolation.inl diff --git a/thirdparty/glm/gtx/matrix_major_storage.hpp b/external/glm/gtx/matrix_major_storage.hpp similarity index 100% rename from thirdparty/glm/gtx/matrix_major_storage.hpp rename to external/glm/gtx/matrix_major_storage.hpp diff --git a/thirdparty/glm/gtx/matrix_major_storage.inl b/external/glm/gtx/matrix_major_storage.inl similarity index 100% rename from thirdparty/glm/gtx/matrix_major_storage.inl rename to external/glm/gtx/matrix_major_storage.inl diff --git a/thirdparty/glm/gtx/matrix_operation.hpp b/external/glm/gtx/matrix_operation.hpp similarity index 100% rename from thirdparty/glm/gtx/matrix_operation.hpp rename to external/glm/gtx/matrix_operation.hpp diff --git a/thirdparty/glm/gtx/matrix_operation.inl b/external/glm/gtx/matrix_operation.inl similarity index 100% rename from thirdparty/glm/gtx/matrix_operation.inl rename to external/glm/gtx/matrix_operation.inl diff --git a/thirdparty/glm/gtx/matrix_query.hpp b/external/glm/gtx/matrix_query.hpp similarity index 100% rename from thirdparty/glm/gtx/matrix_query.hpp rename to external/glm/gtx/matrix_query.hpp diff --git a/thirdparty/glm/gtx/matrix_query.inl b/external/glm/gtx/matrix_query.inl similarity index 100% rename from thirdparty/glm/gtx/matrix_query.inl rename to external/glm/gtx/matrix_query.inl diff --git a/thirdparty/glm/gtx/mixed_product.hpp b/external/glm/gtx/mixed_product.hpp similarity index 100% rename from thirdparty/glm/gtx/mixed_product.hpp rename to external/glm/gtx/mixed_product.hpp diff --git a/thirdparty/glm/gtx/mixed_product.inl b/external/glm/gtx/mixed_product.inl similarity index 100% rename from thirdparty/glm/gtx/mixed_product.inl rename to external/glm/gtx/mixed_product.inl diff --git a/thirdparty/glm/gtx/multiple.hpp b/external/glm/gtx/multiple.hpp similarity index 100% rename from thirdparty/glm/gtx/multiple.hpp rename to external/glm/gtx/multiple.hpp diff --git a/thirdparty/glm/gtx/multiple.inl b/external/glm/gtx/multiple.inl similarity index 100% rename from thirdparty/glm/gtx/multiple.inl rename to external/glm/gtx/multiple.inl diff --git a/thirdparty/glm/gtx/noise.hpp b/external/glm/gtx/noise.hpp similarity index 100% rename from thirdparty/glm/gtx/noise.hpp rename to external/glm/gtx/noise.hpp diff --git a/thirdparty/glm/gtx/noise.inl b/external/glm/gtx/noise.inl similarity index 100% rename from thirdparty/glm/gtx/noise.inl rename to external/glm/gtx/noise.inl diff --git a/thirdparty/glm/gtx/norm.hpp b/external/glm/gtx/norm.hpp similarity index 100% rename from thirdparty/glm/gtx/norm.hpp rename to external/glm/gtx/norm.hpp diff --git a/thirdparty/glm/gtx/norm.inl b/external/glm/gtx/norm.inl similarity index 100% rename from thirdparty/glm/gtx/norm.inl rename to external/glm/gtx/norm.inl diff --git a/thirdparty/glm/gtx/normal.hpp b/external/glm/gtx/normal.hpp similarity index 100% rename from thirdparty/glm/gtx/normal.hpp rename to external/glm/gtx/normal.hpp diff --git a/thirdparty/glm/gtx/normal.inl b/external/glm/gtx/normal.inl similarity index 100% rename from thirdparty/glm/gtx/normal.inl rename to external/glm/gtx/normal.inl diff --git a/thirdparty/glm/gtx/normalize_dot.hpp b/external/glm/gtx/normalize_dot.hpp similarity index 100% rename from thirdparty/glm/gtx/normalize_dot.hpp rename to external/glm/gtx/normalize_dot.hpp diff --git a/thirdparty/glm/gtx/normalize_dot.inl b/external/glm/gtx/normalize_dot.inl similarity index 100% rename from thirdparty/glm/gtx/normalize_dot.inl rename to external/glm/gtx/normalize_dot.inl diff --git a/thirdparty/glm/gtx/number_precision.hpp b/external/glm/gtx/number_precision.hpp similarity index 100% rename from thirdparty/glm/gtx/number_precision.hpp rename to external/glm/gtx/number_precision.hpp diff --git a/thirdparty/glm/gtx/number_precision.inl b/external/glm/gtx/number_precision.inl similarity index 100% rename from thirdparty/glm/gtx/number_precision.inl rename to external/glm/gtx/number_precision.inl diff --git a/thirdparty/glm/gtx/ocl_type.hpp b/external/glm/gtx/ocl_type.hpp similarity index 100% rename from thirdparty/glm/gtx/ocl_type.hpp rename to external/glm/gtx/ocl_type.hpp diff --git a/thirdparty/glm/gtx/ocl_type.inl b/external/glm/gtx/ocl_type.inl similarity index 100% rename from thirdparty/glm/gtx/ocl_type.inl rename to external/glm/gtx/ocl_type.inl diff --git a/thirdparty/glm/gtx/optimum_pow.hpp b/external/glm/gtx/optimum_pow.hpp similarity index 100% rename from thirdparty/glm/gtx/optimum_pow.hpp rename to external/glm/gtx/optimum_pow.hpp diff --git a/thirdparty/glm/gtx/optimum_pow.inl b/external/glm/gtx/optimum_pow.inl similarity index 100% rename from thirdparty/glm/gtx/optimum_pow.inl rename to external/glm/gtx/optimum_pow.inl diff --git a/thirdparty/glm/gtx/orthonormalize.hpp b/external/glm/gtx/orthonormalize.hpp similarity index 100% rename from thirdparty/glm/gtx/orthonormalize.hpp rename to external/glm/gtx/orthonormalize.hpp diff --git a/thirdparty/glm/gtx/orthonormalize.inl b/external/glm/gtx/orthonormalize.inl similarity index 100% rename from thirdparty/glm/gtx/orthonormalize.inl rename to external/glm/gtx/orthonormalize.inl diff --git a/thirdparty/glm/gtx/perpendicular.hpp b/external/glm/gtx/perpendicular.hpp similarity index 100% rename from thirdparty/glm/gtx/perpendicular.hpp rename to external/glm/gtx/perpendicular.hpp diff --git a/thirdparty/glm/gtx/perpendicular.inl b/external/glm/gtx/perpendicular.inl similarity index 100% rename from thirdparty/glm/gtx/perpendicular.inl rename to external/glm/gtx/perpendicular.inl diff --git a/thirdparty/glm/gtx/polar_coordinates.hpp b/external/glm/gtx/polar_coordinates.hpp similarity index 100% rename from thirdparty/glm/gtx/polar_coordinates.hpp rename to external/glm/gtx/polar_coordinates.hpp diff --git a/thirdparty/glm/gtx/polar_coordinates.inl b/external/glm/gtx/polar_coordinates.inl similarity index 100% rename from thirdparty/glm/gtx/polar_coordinates.inl rename to external/glm/gtx/polar_coordinates.inl diff --git a/thirdparty/glm/gtx/projection.hpp b/external/glm/gtx/projection.hpp similarity index 100% rename from thirdparty/glm/gtx/projection.hpp rename to external/glm/gtx/projection.hpp diff --git a/thirdparty/glm/gtx/projection.inl b/external/glm/gtx/projection.inl similarity index 100% rename from thirdparty/glm/gtx/projection.inl rename to external/glm/gtx/projection.inl diff --git a/thirdparty/glm/gtx/quaternion.hpp b/external/glm/gtx/quaternion.hpp similarity index 100% rename from thirdparty/glm/gtx/quaternion.hpp rename to external/glm/gtx/quaternion.hpp diff --git a/thirdparty/glm/gtx/quaternion.inl b/external/glm/gtx/quaternion.inl similarity index 100% rename from thirdparty/glm/gtx/quaternion.inl rename to external/glm/gtx/quaternion.inl diff --git a/thirdparty/glm/gtx/random.hpp b/external/glm/gtx/random.hpp similarity index 100% rename from thirdparty/glm/gtx/random.hpp rename to external/glm/gtx/random.hpp diff --git a/thirdparty/glm/gtx/random.inl b/external/glm/gtx/random.inl similarity index 100% rename from thirdparty/glm/gtx/random.inl rename to external/glm/gtx/random.inl diff --git a/thirdparty/glm/gtx/raw_data.hpp b/external/glm/gtx/raw_data.hpp similarity index 100% rename from thirdparty/glm/gtx/raw_data.hpp rename to external/glm/gtx/raw_data.hpp diff --git a/thirdparty/glm/gtx/raw_data.inl b/external/glm/gtx/raw_data.inl similarity index 100% rename from thirdparty/glm/gtx/raw_data.inl rename to external/glm/gtx/raw_data.inl diff --git a/thirdparty/glm/gtx/reciprocal.hpp b/external/glm/gtx/reciprocal.hpp similarity index 100% rename from thirdparty/glm/gtx/reciprocal.hpp rename to external/glm/gtx/reciprocal.hpp diff --git a/thirdparty/glm/gtx/reciprocal.inl b/external/glm/gtx/reciprocal.inl similarity index 100% rename from thirdparty/glm/gtx/reciprocal.inl rename to external/glm/gtx/reciprocal.inl diff --git a/thirdparty/glm/gtx/rotate_vector.hpp b/external/glm/gtx/rotate_vector.hpp similarity index 100% rename from thirdparty/glm/gtx/rotate_vector.hpp rename to external/glm/gtx/rotate_vector.hpp diff --git a/thirdparty/glm/gtx/rotate_vector.inl b/external/glm/gtx/rotate_vector.inl similarity index 100% rename from thirdparty/glm/gtx/rotate_vector.inl rename to external/glm/gtx/rotate_vector.inl diff --git a/thirdparty/glm/gtx/simd_mat4.hpp b/external/glm/gtx/simd_mat4.hpp similarity index 100% rename from thirdparty/glm/gtx/simd_mat4.hpp rename to external/glm/gtx/simd_mat4.hpp diff --git a/thirdparty/glm/gtx/simd_mat4.inl b/external/glm/gtx/simd_mat4.inl similarity index 100% rename from thirdparty/glm/gtx/simd_mat4.inl rename to external/glm/gtx/simd_mat4.inl diff --git a/thirdparty/glm/gtx/simd_vec4.hpp b/external/glm/gtx/simd_vec4.hpp similarity index 100% rename from thirdparty/glm/gtx/simd_vec4.hpp rename to external/glm/gtx/simd_vec4.hpp diff --git a/thirdparty/glm/gtx/simd_vec4.inl b/external/glm/gtx/simd_vec4.inl similarity index 100% rename from thirdparty/glm/gtx/simd_vec4.inl rename to external/glm/gtx/simd_vec4.inl diff --git a/thirdparty/glm/gtx/spline.hpp b/external/glm/gtx/spline.hpp similarity index 100% rename from thirdparty/glm/gtx/spline.hpp rename to external/glm/gtx/spline.hpp diff --git a/thirdparty/glm/gtx/spline.inl b/external/glm/gtx/spline.inl similarity index 100% rename from thirdparty/glm/gtx/spline.inl rename to external/glm/gtx/spline.inl diff --git a/thirdparty/glm/gtx/std_based_type.hpp b/external/glm/gtx/std_based_type.hpp similarity index 100% rename from thirdparty/glm/gtx/std_based_type.hpp rename to external/glm/gtx/std_based_type.hpp diff --git a/thirdparty/glm/gtx/std_based_type.inl b/external/glm/gtx/std_based_type.inl similarity index 100% rename from thirdparty/glm/gtx/std_based_type.inl rename to external/glm/gtx/std_based_type.inl diff --git a/thirdparty/glm/gtx/string_cast.hpp b/external/glm/gtx/string_cast.hpp similarity index 100% rename from thirdparty/glm/gtx/string_cast.hpp rename to external/glm/gtx/string_cast.hpp diff --git a/thirdparty/glm/gtx/string_cast.inl b/external/glm/gtx/string_cast.inl similarity index 100% rename from thirdparty/glm/gtx/string_cast.inl rename to external/glm/gtx/string_cast.inl diff --git a/thirdparty/glm/gtx/transform.hpp b/external/glm/gtx/transform.hpp similarity index 100% rename from thirdparty/glm/gtx/transform.hpp rename to external/glm/gtx/transform.hpp diff --git a/thirdparty/glm/gtx/transform.inl b/external/glm/gtx/transform.inl similarity index 100% rename from thirdparty/glm/gtx/transform.inl rename to external/glm/gtx/transform.inl diff --git a/thirdparty/glm/gtx/transform2.hpp b/external/glm/gtx/transform2.hpp similarity index 100% rename from thirdparty/glm/gtx/transform2.hpp rename to external/glm/gtx/transform2.hpp diff --git a/thirdparty/glm/gtx/transform2.inl b/external/glm/gtx/transform2.inl similarity index 100% rename from thirdparty/glm/gtx/transform2.inl rename to external/glm/gtx/transform2.inl diff --git a/thirdparty/glm/gtx/ulp.hpp b/external/glm/gtx/ulp.hpp similarity index 100% rename from thirdparty/glm/gtx/ulp.hpp rename to external/glm/gtx/ulp.hpp diff --git a/thirdparty/glm/gtx/ulp.inl b/external/glm/gtx/ulp.inl similarity index 100% rename from thirdparty/glm/gtx/ulp.inl rename to external/glm/gtx/ulp.inl diff --git a/thirdparty/glm/gtx/unsigned_int.hpp b/external/glm/gtx/unsigned_int.hpp similarity index 100% rename from thirdparty/glm/gtx/unsigned_int.hpp rename to external/glm/gtx/unsigned_int.hpp diff --git a/thirdparty/glm/gtx/unsigned_int.inl b/external/glm/gtx/unsigned_int.inl similarity index 100% rename from thirdparty/glm/gtx/unsigned_int.inl rename to external/glm/gtx/unsigned_int.inl diff --git a/thirdparty/glm/gtx/vec1.hpp b/external/glm/gtx/vec1.hpp similarity index 100% rename from thirdparty/glm/gtx/vec1.hpp rename to external/glm/gtx/vec1.hpp diff --git a/thirdparty/glm/gtx/vec1.inl b/external/glm/gtx/vec1.inl similarity index 100% rename from thirdparty/glm/gtx/vec1.inl rename to external/glm/gtx/vec1.inl diff --git a/thirdparty/glm/gtx/vector_access.hpp b/external/glm/gtx/vector_access.hpp similarity index 100% rename from thirdparty/glm/gtx/vector_access.hpp rename to external/glm/gtx/vector_access.hpp diff --git a/thirdparty/glm/gtx/vector_access.inl b/external/glm/gtx/vector_access.inl similarity index 100% rename from thirdparty/glm/gtx/vector_access.inl rename to external/glm/gtx/vector_access.inl diff --git a/thirdparty/glm/gtx/vector_angle.hpp b/external/glm/gtx/vector_angle.hpp similarity index 100% rename from thirdparty/glm/gtx/vector_angle.hpp rename to external/glm/gtx/vector_angle.hpp diff --git a/thirdparty/glm/gtx/vector_angle.inl b/external/glm/gtx/vector_angle.inl similarity index 100% rename from thirdparty/glm/gtx/vector_angle.inl rename to external/glm/gtx/vector_angle.inl diff --git a/thirdparty/glm/gtx/vector_query.hpp b/external/glm/gtx/vector_query.hpp similarity index 100% rename from thirdparty/glm/gtx/vector_query.hpp rename to external/glm/gtx/vector_query.hpp diff --git a/thirdparty/glm/gtx/vector_query.inl b/external/glm/gtx/vector_query.inl similarity index 100% rename from thirdparty/glm/gtx/vector_query.inl rename to external/glm/gtx/vector_query.inl diff --git a/thirdparty/glm/gtx/verbose_operator.hpp b/external/glm/gtx/verbose_operator.hpp similarity index 100% rename from thirdparty/glm/gtx/verbose_operator.hpp rename to external/glm/gtx/verbose_operator.hpp diff --git a/thirdparty/glm/gtx/verbose_operator.inl b/external/glm/gtx/verbose_operator.inl similarity index 100% rename from thirdparty/glm/gtx/verbose_operator.inl rename to external/glm/gtx/verbose_operator.inl diff --git a/thirdparty/glm/gtx/wrap.hpp b/external/glm/gtx/wrap.hpp similarity index 100% rename from thirdparty/glm/gtx/wrap.hpp rename to external/glm/gtx/wrap.hpp diff --git a/thirdparty/glm/gtx/wrap.inl b/external/glm/gtx/wrap.inl similarity index 100% rename from thirdparty/glm/gtx/wrap.inl rename to external/glm/gtx/wrap.inl diff --git a/thirdparty/glm/virtrev/xstream.hpp b/external/glm/virtrev/xstream.hpp similarity index 100% rename from thirdparty/glm/virtrev/xstream.hpp rename to external/glm/virtrev/xstream.hpp diff --git a/thirdparty/portaudio/pa_snapshot_020813.tgz b/external/portaudio/pa_snapshot_020813.tgz similarity index 100% rename from thirdparty/portaudio/pa_snapshot_020813.tgz rename to external/portaudio/pa_snapshot_020813.tgz