Lines Matching full:examples
2 message(STATUS "Protocol Buffers Examples Configuring...")
5 get_filename_component(examples_dir "${protobuf_SOURCE_DIR}/examples" ABSOLUTE)
8 message(STATUS "Protocol Buffers Examples Configuring done")
12 # Internal utility function: Create a custom target representing a build of examples with custom op…
26 set_property(TARGET ${NAME} PROPERTY FOLDER "Examples")
30 # Add examples as an external project.
32 add_examples_build(examples "-Dprotobuf_DIR:PATH=${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_CMAKEDIR}")
33 add_dependencies(examples ${protobuf_LIB_PROTOBUF} ${protobuf_PROTOC_EXE})
35 option(protobuf_BUILD_EXAMPLES_MULTITEST "Build Examples in multiple configurations. Useful for tes…
41 add_examples_build(examples-legacy
45 add_dependencies(examples-legacy ${protobuf_LIB_PROTOBUF} ${protobuf_PROTOC_EXE})
48 add_examples_build(examples-installed
53 add_examples_build(examples-installed-legacy