Lines Matching full:nanopb
2 # the nanopb library.
15 # NANOPB_OPTIONS - List of options passed to nanopb.
20 # nanopb but rather their directories.
28 # NANOPB_FOUND - Found the nanopb library (source&header files, generator tool, protoc compiler t…
33 # NANOPB_GENERATOR_SOURCE_DIR - The nanopb generator source
52 # set(NANOPB_SRC_ROOT_FOLDER "/path/to/nanopb")
54 # find_package( Nanopb REQUIRED )
149 set(GENERATOR_PATH ${CMAKE_BINARY_DIR}/nanopb/generator)
152 set(NANOPB_GENERATOR_PLUGIN ${GENERATOR_PATH}/protoc-gen-nanopb)
156 ${GENERATOR_CORE_DIR}/nanopb.proto
228 # as arguments to nanopb
255 --plugin=protoc-gen-nanopb=${NANOPB_GENERATOR_PLUGIN}
259 COMMENT "Running C++ protocol buffer compiler using nanopb plugin on ${FIL}"
295 # Find nanopb source files
323 # Find nanopb generator source dir
326 DOC "nanopb generator source"
335 FIND_PACKAGE_HANDLE_STANDARD_ARGS(NANOPB DEFAULT_MSG