mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 23:12:36 +02:00
add the voxels library to the hifi podspec
This commit is contained in:
parent
7f8411b40d
commit
ed5c9f617d
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ Pod::Spec.new do |s|
|
|||
sp.dependency 'glm'
|
||||
end
|
||||
|
||||
s.subspec "voxels" do |sp|
|
||||
sp.source_files = 'libraries/voxels/src', 'libraries/voxels/moc_*'
|
||||
sp.dependency 'glm'
|
||||
end
|
||||
|
||||
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/../../qt5-device/qtbase/include' }
|
||||
s.libraries = 'libQtCoreCombined', 'libQt5Network', 'libQt5Script'
|
||||
|
||||
|
|
Loading…
Reference in a new issue