Searched +full:cmake +full:- +full:ext (Results 1 – 2 of 2) sorted by relevance
3 cmake-ext: True4 kconfig-ext: True
1 # This is an example script for use with CMake projects for locating and configuring7 # PROTOBUF_SRC_ROOT_FOLDER - When compiling with MSVC, if this cache variable is set8 # the protobuf-default VS project build locations12 # NANOPB_IMPORT_DIRS - List of additional directories to be searched for15 # NANOPB_OPTIONS - List of options passed to nanopb.17 # NANOPB_DEPENDS - List of files to be used as dependencies22 # NANOPB_GENERATE_CPP_APPEND_PATH - By default -I will be passed to protoc28 # PROTOC_OPTIONS - Pass options to protoc executable 32 # NANOPB_FOUND - Found the nanopb library (source&header files, generator tool, protoc compiler t…33 # NANOPB_INCLUDE_DIRS - Include directories for Google Protocol Buffers[all …]