diff --git a/hello_imgui_cmake/hello_imgui_add_app.cmake b/hello_imgui_cmake/hello_imgui_add_app.cmake index 9cc9d8ce..15c318a8 100644 --- a/hello_imgui_cmake/hello_imgui_add_app.cmake +++ b/hello_imgui_cmake/hello_imgui_add_app.cmake @@ -140,7 +140,7 @@ function(hello_imgui_prepare_app app_name assets_location) hello_imgui_bundle_assets(${app_name} ${assets_location}) hello_imgui_platform_customization(${app_name} ${assets_location}) - target_link_libraries(${app_name} PRIVATE hello-imgui::hello_imgui) + target_link_libraries(${app_name} PRIVATE hello-imgui::hello_imgui ${HELLO_IMGUI_LINK_LIBRARIES}) if (ANDROID AND HELLOIMGUI_CREATE_ANDROID_STUDIO_PROJECT) set(apkCMake_applicationIdUrlPart ${HELLO_IMGUI_BUNDLE_IDENTIFIER_URL_PART})