mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +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)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
add_library(glm INTERFACE)
|
||||
target_include_directories(glm INTERFACE $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
install(
|
||||
TARGETS glm EXPORT glm-config
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}/
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: glm
|
||||
Version: 0.9.9.5-2
|
||||
Version: 0.9.9.5-3
|
||||
Description: OpenGL Mathematics (GLM) https://glm.g-truc.net
|
||||
|
Loading…
Reference in New Issue
Block a user