mirror of
https://gitee.com/cv_team/uestc-careye.git
synced 2024-12-02 03:38:24 +08:00
8 lines
184 B
CMake
8 lines
184 B
CMake
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|
find_package(Protobuf REQUIRED)
|
|
include_directories(${PROTOBUF_INCLUDE_DIR})
|
|
message(STATUS "PROTOBUF_LIBRARY:${PROTOBUF_LIBRARY}")
|
|
|
|
|
|
|