1.Add spdlog to save log file
2.Add program options to connect specific broadcast code and decide whether to save log file
3.Add comments in readme for windows 64-bit project compilation
This commit is contained in:
Livox-SDK
2019-04-12 10:09:56 +08:00
parent f43d2679ce
commit ba2af205cc
70 changed files with 15690 additions and 89 deletions
+4 -4
View File
@@ -16,7 +16,7 @@ endif (WIN32)
if (APR_FOUND)
target_include_directories(${SDK_LIBRARY}
PRIVATE
PUBLIC
${APR_INCLUDE_DIRS})
target_link_libraries(${SDK_LIBRARY}
PUBLIC
@@ -35,6 +35,7 @@ target_include_directories(${SDK_LIBRARY}
PUBLIC
include
include/third_party/FastCRC
include/third_party/spdlog
PRIVATE
src)
@@ -58,6 +59,7 @@ target_sources(${SDK_LIBRARY}
src/base/network_util.h
src/base/network_util.cpp
src/base/logging.h
src/base/logging.cpp
src/base/noncopyable.h
src/base/util.cpp
src/livox_sdk.cpp
@@ -89,6 +91,4 @@ target_sources(${SDK_LIBRARY}
install(TARGETS ${SDK_LIBRARY}
PUBLIC_HEADER DESTINATION include
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib)
LIBRARY DESTINATION lib)