diff --git a/chapter16/app_bundle_storyboard/CMakeLists.txt b/chapter16/app_bundle_storyboard/CMakeLists.txt index c5e83bd..d812ca1 100644 --- a/chapter16/app_bundle_storyboard/CMakeLists.txt +++ b/chapter16/app_bundle_storyboard/CMakeLists.txt @@ -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")