README.txt 533 B

123456789101112131415161718
  1. Nanopb example "simple" using CMake
  2. =======================
  3. This example is the same as the simple nanopb example but built using CMake.
  4. Example usage
  5. -------------
  6. On Linux, create a build directory and then call cmake:
  7. nanopb/examples/cmake_simple$ mkdir build
  8. nanopb/examples/cmake_simple$ cd build/
  9. nanopb/examples/cmake_simple/build$ cmake ..
  10. nanopb/examples/cmake_simple/build$ make
  11. After that, you can run it with the command: ./simple
  12. On other platforms supported by CMake, refer to CMake instructions.