Commit d3bc3b8e authored by jiajunjie's avatar jiajunjie

update for centos beauty library

parent 2c22ecd9
...@@ -20,5 +20,5 @@ include_directories(${OPENCV_INCLUDE}) ...@@ -20,5 +20,5 @@ include_directories(${OPENCV_INCLUDE})
# library path # library path
link_directories(${OPENCV_LIBPATH}) link_directories(${OPENCV_LIBPATH})
ADD_SUBDIRECTORY(src-test) ADD_SUBDIRECTORY(src-java)
...@@ -48,4 +48,4 @@ int main(int argc, char* argv[]) ...@@ -48,4 +48,4 @@ int main(int argc, char* argv[])
return 0; return 0;
} }
//g++ test-beauty.cpp -o test-beauty libbeauty.so `pkg-config --cflags --libs opencv` --std=c++11
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment