Skip to content

Commit

Permalink
Update demos.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx authored Jun 17, 2024
1 parent fca3b6b commit c7326aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/demos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ foreach(demo_file ${DEMOS_SOURCES})

if (APPLE)
set(CMAKE_XCODE_ATTRIBUTE_INFOPLIST_FILE "${PROJECT_ROOT}/demos/Info.plist")
set_source_files_properties(${plat_file} PROPERTIES COMPILE_FLAGS "-fobjc-arc")
endif()
include_directories(${demo} ${plat_gui_inc})
target_link_libraries(${demo} PRIVATE picasso2_sw PUBLIC ${plat_gui_lib})
Expand Down

0 comments on commit c7326aa

Please sign in to comment.