Skip to content

Commit 5306431

Browse files
committed
restructure project
1 parent df71024 commit 5306431

File tree

191 files changed

+10
-15368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+10
-15368
lines changed
File renamed without changes.
File renamed without changes.

visionSamples/FaceTracker/app/CMakeLists.txt renamed to FaceTracker/app/CMakeLists.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ find_library( # Sets the name of the path variable.
2020
# you want CMake to locate.
2121
log )
2222

23-
set(DLIB_DIR ../../../dlib)
23+
set(DLIB_DIR ../../dlib)
2424
include_directories(${DLIB_DIR})
2525
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
2626
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
@@ -34,15 +34,15 @@ add_library( # Sets the name of the library.
3434
# Provides a relative path to your source file(s).
3535
# Associated headers in the same location as their source
3636
# file are automatically included.
37-
../../../dlib/dlib/threads/threads_kernel_shared.cpp
38-
../../../dlib/dlib/entropy_decoder/entropy_decoder_kernel_2.cpp
39-
../../../dlib/dlib/base64/base64_kernel_1.cpp
40-
../../../dlib/dlib/threads/threads_kernel_1.cpp
41-
../../../dlib/dlib/threads/threads_kernel_2.cpp
42-
../../../dlib/dlib/threads/thread_pool_extension.cpp
43-
../../../dlib/dlib/threads/async.cpp
44-
../../../dlib/dlib/dnn/cpu_dlib.cpp
45-
../../../dlib/dlib/dnn/tensor_tools.cpp
37+
../../dlib/dlib/threads/threads_kernel_shared.cpp
38+
../../dlib/dlib/entropy_decoder/entropy_decoder_kernel_2.cpp
39+
../../dlib/dlib/base64/base64_kernel_1.cpp
40+
../../dlib/dlib/threads/threads_kernel_1.cpp
41+
../../dlib/dlib/threads/threads_kernel_2.cpp
42+
../../dlib/dlib/threads/thread_pool_extension.cpp
43+
../../dlib/dlib/threads/async.cpp
44+
../../dlib/dlib/dnn/cpu_dlib.cpp
45+
../../dlib/dlib/dnn/tensor_tools.cpp
4646
)
4747

4848
add_library( # Sets the name of the library.

0 commit comments

Comments
 (0)