Skip to content

Commit

Permalink
Make XCODE_EMBED_RESOURCES match cmake 3.28 release, refer #1482
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Dec 8, 2023
1 parent f19c8f8 commit e62d09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/AXBuildHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function(ax_setup_app_config app_name)
endif()
elseif(APPLE)
# once cmake-3.28.0 released, uncomment follow line instead above 2 lines
set_target_properties(${app_name} PROPERTIES XCODE_EMBED_RESOURCES_PATH ${GLSLCC_OUT_DIR})
set_target_properties(${app_name} PROPERTIES XCODE_EMBED_RESOURCES ${GLSLCC_OUT_DIR})
elseif(WINRT OR WASM)
set(app_all_shaders)
list(APPEND app_all_shaders ${ax_builtin_shaders})
Expand Down

0 comments on commit e62d09a

Please sign in to comment.