Skip to content

Commit

Permalink
Add UIKit
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Jul 7, 2024
1 parent 58ed273 commit 4f35c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapter16/app_bundle_storyboard/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ add_executable(ch16_app_bundle_storyboard MACOSX_BUNDLE src/main.mm)
target_sources(ch16_app_bundle_storyboard PRIVATE ${resource_files})

set_source_files_properties(${resource_files} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
target_link_libraries(ch16_app_bundle_storyboard "-framework UIKit")

0 comments on commit 4f35c99

Please sign in to comment.