Skip to content

Commit

Permalink
Fix Linking Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousTommy committed Aug 25, 2023
1 parent 1ff27a4 commit 2b4403f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/frameworks/ShazamKit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ add_framework(ShazamKit
system
objc
Foundation
UniformTypeIdentifiers
)
1 change: 1 addition & 0 deletions src/private-frameworks/ShazamInsights/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ add_framework(ShazamInsights
system
objc
Foundation
CoreLocation
)
1 change: 1 addition & 0 deletions src/private-frameworks/ShazamKitUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ add_framework(ShazamKitUI
system
objc
Foundation
ShazamKit
)

0 comments on commit 2b4403f

Please sign in to comment.