diff options
| -rw-r--r-- | ports/glm/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | ports/glm/CONTROL | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/glm/CMakeLists.txt b/ports/glm/CMakeLists.txt index 006e7182e..678604b86 100644 --- a/ports/glm/CMakeLists.txt +++ b/ports/glm/CMakeLists.txt @@ -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}/
diff --git a/ports/glm/CONTROL b/ports/glm/CONTROL index b8c088f59..3bea7f0ed 100644 --- a/ports/glm/CONTROL +++ b/ports/glm/CONTROL @@ -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 |
