Skip to content

Commit 14de8ac

Browse files
committed
dnn: move samples
1 parent 6031c79 commit 14de8ac

19 files changed

+57
-0
lines changed

samples/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_LIST_DIR)
1111
# ----------------------------------------------------------------------------
1212

1313
add_subdirectory(cpp)
14+
add_subdirectory(dnn)
1415
add_subdirectory(gpu)
1516
add_subdirectory(tapi)
1617

@@ -78,6 +79,7 @@ if(MSVC)
7879
endif()
7980

8081
add_subdirectory(cpp)
82+
add_subdirectory(dnn)
8183
# FIXIT: can't use cvconfig.h in samples: add_subdirectory(gpu)
8284

8385
add_subdirectory(opencl)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)