mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:09:07 +08:00
This commit is contained in:
parent
d112af9f17
commit
8873d771c8
@ -2,11 +2,11 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
|
|||||||
|
|
||||||
project(glm LANGUAGES CXX)
|
project(glm LANGUAGES CXX)
|
||||||
|
|
||||||
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
add_library(glm INTERFACE)
|
add_library(glm INTERFACE)
|
||||||
target_include_directories(glm INTERFACE $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
|
target_include_directories(glm INTERFACE $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
|
||||||
|
|
||||||
install(
|
install(
|
||||||
TARGETS glm EXPORT glm-config
|
TARGETS glm EXPORT glm-config
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}/
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Source: glm
|
Source: glm
|
||||||
Version: 0.9.9.5-2
|
Version: 0.9.9.5-3
|
||||||
Description: OpenGL Mathematics (GLM) https://glm.g-truc.net
|
Description: OpenGL Mathematics (GLM) https://glm.g-truc.net
|
||||||
|
Loading…
Reference in New Issue
Block a user