Commit e2771fdd5242e6e10fbffcc998432351212f6674

Authored by Jordan Cheney
1 parent e7ec3673

Fixed bad paths

openbr/plugins/classification/nt4.cpp
@@ -20,8 +20,8 @@ @@ -20,8 +20,8 @@
20 #include <Bmp.h> 20 #include <Bmp.h>
21 #include <NGrayscaleImage.h> 21 #include <NGrayscaleImage.h>
22 22
23 -#include "core/resource.h"  
24 -#include "core/opencvutils.h" 23 +#include <openbr/core/resource.h>
  24 +#include <openbr/core/opencvutils.h>
25 25
26 using namespace cv; 26 using namespace cv;
27 using namespace br; 27 using namespace br;
openbr/plugins/cmake/network.cmake
@@ -6,7 +6,7 @@ if(${BR_WITH_QTNETWORK}) @@ -6,7 +6,7 @@ if(${BR_WITH_QTNETWORK})
6 set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} ${HTTPPARSER_SRC}) 6 set(BR_THIRDPARTY_SRC ${BR_THIRDPARTY_SRC} ${HTTPPARSER_SRC})
7 install(FILES ${HTTPPARSER_LICENSE} RENAME http-parser DESTINATION share/openbr/licenses) 7 install(FILES ${HTTPPARSER_LICENSE} RENAME http-parser DESTINATION share/openbr/licenses)
8 else() 8 else()
9 - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/urlformat.cpp)  
10 - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/postformat.cpp)  
11 - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/gallery/postgallery.cpp) 9 + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/url.cpp)
  10 + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/format/post.cpp)
  11 + set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/gallery/post.cpp)
12 endif() 12 endif()
openbr/plugins/metadata/mongoose.cpp
1 -#include "openbr_internal.h" 1 +#include <openbr/plugins/openbr_internal.h>
2 #include <mongoose.h> 2 #include <mongoose.h>
3 3
4 namespace br 4 namespace br