Skip to content

Commit ed5c9f6

Browse files
committed
add the voxels library to the hifi podspec
1 parent 7f8411b commit ed5c9f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hifi.podspec

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Pod::Spec.new do |s|
5151
sp.dependency 'glm'
5252
end
5353

54+
s.subspec "voxels" do |sp|
55+
sp.source_files = 'libraries/voxels/src', 'libraries/voxels/moc_*'
56+
sp.dependency 'glm'
57+
end
58+
5459
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/../../qt5-device/qtbase/include' }
5560
s.libraries = 'libQtCoreCombined', 'libQt5Network', 'libQt5Script'
5661

0 commit comments

Comments
 (0)