feat: add 3rd easylogging++

This commit is contained in:
TinyO
2019-05-09 09:12:38 +08:00
parent c81f51fdee
commit 74ce809acf
8 changed files with 9384 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ if(MSVC)
endif()
endif()
## mynteyed
## mynteye
find_package(mynteye REQUIRED)
message(STATUS "Found mynteye: ${mynteye_VERSION}")
@@ -51,7 +51,7 @@ include_directories(
${OpenCV_INCLUDE_DIRS}
)
## mynteyed_demo
## mynteye_demo
add_executable(mynteye_demo mynteye_demo.cc)
target_link_libraries(mynteye_demo mynteye ${OpenCV_LIBS})
@@ -65,7 +65,7 @@ target_link_libraries(mynteye_demo mynteye ${OpenCV_LIBS})
# cmake -G "Visual Studio 15 2017 Win64" ..
# msbuild.exe ALL_BUILD.vcxproj /property:Configuration=Release
#
# .\Release\mynteyed_demo.exe
# .\Release\mynteye_demo.exe
#
# # unix
# cmake ..