mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:52:57 +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.source_files = "libraries/audio/src"
|
||||||
sp.public_header_files = "libraries/audio/src"
|
sp.public_header_files = "libraries/audio/src"
|
||||||
sp.xcconfig = { 'CLANG_CXX_LIBRARY' => "libc++" }
|
sp.xcconfig = { 'CLANG_CXX_LIBRARY' => "libc++" }
|
||||||
sp.dependency 'glm'
|
sp.dependency 'glm', '>= 0.9.4.3'
|
||||||
end
|
end
|
||||||
|
|
||||||
# A list of file patterns which select the header files that should be
|
# A list of file patterns which select the header files that should be
|
||||||
|
|
Loading…
Reference in a new issue