mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
Merge pull request #601 from birarda/master
provide version for glm dependency
This commit is contained in:
commit
8d5ddd7101
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Pod::Spec.new do |s|
|
|||
sp.source_files = "libraries/audio/src"
|
||||
sp.public_header_files = "libraries/audio/src"
|
||||
sp.xcconfig = { 'CLANG_CXX_LIBRARY' => "libc++" }
|
||||
sp.dependency 'glm'
|
||||
sp.dependency 'glm', '>= 0.9.4.3'
|
||||
end
|
||||
|
||||
# A list of file patterns which select the header files that should be
|
||||
|
|
Loading…
Reference in a new issue