Skip to content

Commit b109d23

Browse files
ElektrikAkarclaude
andcommitted
refactor: unify examples into examples/{cpp,python,matlab}
Move all examples under a single examples/ directory organized by language. Removes scattered python/examples/ and bindings/matlab/examples/ directories. CMake updated to point to examples/cpp/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 543e021 commit b109d23

19 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ if(DTWC_BUILD_TESTING)
218218
endif()
219219

220220
if(DTWC_BUILD_EXAMPLES)
221-
add_subdirectory(examples)
221+
add_subdirectory(examples/cpp)
222222
endif()
223223

224224
if(DTWC_BUILD_BENCHMARK)
File renamed without changes.

0 commit comments

Comments
 (0)