From 52b1146ee86d796947b2c8e2fdacf37a2825da5c Mon Sep 17 00:00:00 2001 From: 0nullpointer Date: Wed, 15 Nov 2023 17:34:59 +0100 Subject: [PATCH] Remove models and examples dir --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bffb5d7..b044811 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -273,9 +273,9 @@ if (BUILD_SHARED_LIBS) LIBRARY DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/examples/python_bindings/clip_cpp) endif() -add_subdirectory(models) +#add_subdirectory(models) -add_subdirectory(examples) +#add_subdirectory(examples) if (CLIP_BUILD_TESTS) add_subdirectory(tests)