Files
termux-packages/packages/libdart/CMakeLists.txt.patch
termux-pacman-bot b3f33d55f6 bump(main/libdart): 6.16.0
Signed-off-by: Aditya Alok <alok@termux.dev>
2025-11-13 18:44:41 +00:00

18 lines
490 B
Diff

--- a/CMakeLists.txt 2025-11-12 23:26:18.092349694 +0530
+++ b/CMakeLists.txt 2025-11-12 23:26:30.042038277 +0530
@@ -391,14 +391,6 @@
endif()
endif()
- # Add example subdirectories and an "examples" target.
- if(MSVC)
- add_subdirectory(examples)
- else()
- add_subdirectory(examples EXCLUDE_FROM_ALL)
- get_property(examples GLOBAL PROPERTY DART_EXAMPLES)
- add_custom_target(examples DEPENDS ${examples})
- endif()
if(DART_VERBOSE)
message(STATUS "")