mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
[globjects] Fix incorrect filepath in globjects (#10309)
* Fix incorrect filepath in globjects. * Update CONTROL
This commit is contained in:
parent
8e20fa8057
commit
83aa96e446
@ -1,5 +1,5 @@
|
|||||||
Source: globjects
|
Source: globjects
|
||||||
Version: 1.1.0-2
|
Version: 1.1.0-3
|
||||||
Build-Depends: glbinding, glm
|
Build-Depends: glbinding, glm
|
||||||
Description: C++ library strictly wrapping OpenGL objects.
|
Description: C++ library strictly wrapping OpenGL objects.
|
||||||
Homepage: https://github.com/cginternals/globjects
|
Homepage: https://github.com/cginternals/globjects
|
||||||
|
@ -28,7 +28,7 @@ file(WRITE ${CURRENT_PACKAGES_DIR}/share/globjects/globjects-config.cmake "inclu
|
|||||||
find_dependency(glm)
|
find_dependency(glm)
|
||||||
find_dependency(glbinding)
|
find_dependency(glbinding)
|
||||||
|
|
||||||
include(\${CMAKE_CURRENT_LIST_DIR}/cmake/globjects/globjects-export.cmake)
|
include(\${CMAKE_CURRENT_LIST_DIR}/globjects-export.cmake)
|
||||||
")
|
")
|
||||||
|
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
|
Loading…
x
Reference in New Issue
Block a user