mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:09:06 +08:00
307ac18b08
* [glm] Add namespace to export target * update version record * [globjects] Fix dependency glm * update version record
14 lines
358 B
Diff
14 lines
358 B
Diff
diff --git a/source/globjects/CMakeLists.txt b/source/globjects/CMakeLists.txt
|
|
index 71e92d8..b8b4408 100644
|
|
--- a/source/globjects/CMakeLists.txt
|
|
+++ b/source/globjects/CMakeLists.txt
|
|
@@ -359,7 +359,7 @@ target_link_libraries(${target}
|
|
|
|
PUBLIC
|
|
${DEFAULT_LIBRARIES}
|
|
- glm
|
|
+ glm::glm
|
|
glbinding::glbinding
|
|
glbinding::glbinding-aux
|
|
|