Skip to content

Commit

Permalink
Remove models and examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
0nullpointer committed Nov 15, 2023
1 parent 730b2ca commit 52b1146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 52b1146

Please sign in to comment.