Skip to content

Commit

Permalink
[drape] [shaders] [ios] Fix build with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy A. Dushistov authored and tatiana-yan committed Sep 23, 2020
1 parent 609bd71 commit 6cd0d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion drape/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ append(
hw_texture_ios.mm
metal/metal_base_context.hpp
metal/metal_base_context.mm
metal/metal_cleaner.hpp
metal/metal_cleaner.mm
metal/metal_gpu_buffer_impl.mm
metal/metal_gpu_program.hpp
metal/metal_mesh_object_impl.hpp
metal/metal_mesh_object_impl.mm
metal/metal_states.hpp
metal/metal_states.mm
Expand Down
2 changes: 1 addition & 1 deletion shaders/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if (PLATFORM_IPHONE)
target_sources(
${PROJECT_NAME}
PRIVATE
metal/debug_rect.metal
Metal/debug_rect.metal
metal_program_params.hpp
metal_program_params.mm
metal_program_pool.hpp
Expand Down

0 comments on commit 6cd0d71

Please sign in to comment.