Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
XITRIX committed Nov 1, 2024
1 parent 67da759 commit ac8e057
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,11 @@ elseif (PLATFORM_ANDROID)
elseif (PLATFORM_IOS OR PLATFORM_TVOS)
list(APPEND MAIN_SRC app/platforms/ios/apple_mdns.mm)
list(APPEND MAIN_SRC app/platforms/ios/apple_display.mm)
list(APPEND MAIN_SRC app/src/streaming/video/Metal/MetalVideoRenderer.mm)
endif ()

if (USE_METAL_RENDERER)
list(APPEND MAIN_SRC app/src/streaming/video/Metal/MetalVideoRenderer.mm)
endif ()

# building target
program_target(${PROJECT_NAME} "${MAIN_SRC}")
Expand Down

0 comments on commit ac8e057

Please sign in to comment.