mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2026-07-16 12:41:16 +00:00
Commit all of GLM into this branch because why not
I do not like it but I have done it portability ftw
This commit is contained in:
7
test/glm/cmake/glm.pc.in
Normal file
7
test/glm/cmake/glm.pc.in
Normal file
@@ -0,0 +1,7 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: GLM
|
||||
Description: OpenGL Mathematics
|
||||
Version: @GLM_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
6
test/glm/cmake/glmBuildConfig.cmake.in
Normal file
6
test/glm/cmake/glmBuildConfig.cmake.in
Normal file
@@ -0,0 +1,6 @@
|
||||
set(GLM_VERSION "@GLM_VERSION@")
|
||||
set(GLM_INCLUDE_DIRS "@CMAKE_CURRENT_SOURCE_DIR@")
|
||||
|
||||
if (NOT CMAKE_VERSION VERSION_LESS "3.0")
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")
|
||||
endif()
|
||||
9
test/glm/cmake/glmConfig.cmake.in
Normal file
9
test/glm/cmake/glmConfig.cmake.in
Normal file
@@ -0,0 +1,9 @@
|
||||
set(GLM_VERSION "@GLM_VERSION@")
|
||||
|
||||
@PACKAGE_INIT@
|
||||
|
||||
set_and_check(GLM_INCLUDE_DIRS "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@")
|
||||
|
||||
if (NOT CMAKE_VERSION VERSION_LESS "3.0")
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")
|
||||
endif()
|
||||
Reference in New Issue
Block a user