Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Public Projects
opengaze
Commits
e5943a29
Commit
e5943a29
authored
Jan 28, 2019
by
Xucong Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Cmake list
parent
9698c9b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt.example
CMakeLists.txt.example
+2
-2
No files found.
CMakeLists.txt
→
CMakeLists.txt
.example
View file @
e5943a29
...
...
@@ -19,7 +19,7 @@ find_package(Boost 1.5 COMPONENTS system filesystem timer thread program_options
set(Boost_INCLUDE_DIRS ${Boost_INCLUDE_DIR} ${Boost_INCLUDE_DIR}/boost)
# Caffe
set
(
CAFFE_INSTALL_DIR
"
/home/xucong/library/caffe
/build/install"
)
set(CAFFE_INSTALL_DIR "
YOUR_CAFFE_DIRECTORY
/build/install")
set(Caffe_INCLUDE_DIRS ${CAFFE_INSTALL_DIR}/include)
set(Caffe_LIBRARY_DIRS ${CAFFE_INSTALL_DIR}/lib)
set(Caffe_LIBS lmdb glog caffe)
...
...
@@ -28,7 +28,7 @@ set(Caffe_LIBS lmdb glog caffe)
option(USE_OPENFACE "with OpenFace" ON)
add_definitions(-DUSE_OPENFACE=1)
# OpenFace
set
(
OPENFACE_ROOT_DIR
"
/home/xucong/library/OpenFace
"
)
set(OPENFACE_ROOT_DIR "
YOUR_OPENFACE_DIRECTORY
")
add_definitions(-DOPENFACE_DIR="${OPENFACE_ROOT_DIR}")
set(CLM_INCLUDE_DIRS ${OPENFACE_ROOT_DIR}/lib/local/LandmarkDetector/include)
set(CLM_LIBRARY_DIRS ${OPENFACE_ROOT_DIR}/build/lib/local/LandmarkDetector)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment