mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-28 22:50:12 +00:00
28 lines
684 B
Diff
28 lines
684 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 100bfb8b59b..39170ea1187 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -302,14 +302,6 @@ if(TARGET dart)
|
|
add_subdirectory(unittests EXCLUDE_FROM_ALL)
|
|
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 "")
|
|
@@ -344,7 +336,6 @@ if(TARGET dart)
|
|
|
|
endif()
|
|
|
|
-add_subdirectory(python)
|
|
|
|
if(DART_BUILD_EXTRAS)
|
|
add_subdirectory(extras)
|