Create AppImage

This commit is contained in:
Florian Märkl 2019-08-17 22:29:21 +02:00
commit 4d3ac9d51f
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 29 additions and 2 deletions

View file

@ -5,7 +5,7 @@
find_package(PythonInterp 3 REQUIRED) # Make sure nanopb doesn't find Python 2.7 because Python 2 should just die.
add_subdirectory(nanopb)
add_subdirectory(nanopb EXCLUDE_FROM_ALL)
set(NANOPB_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/nanopb")
set(NANOPB_SOURCE_DIR "${NANOPB_SOURCE_DIR}" PARENT_SCOPE)
set(NANOPB_GENERATOR_PY "${NANOPB_SOURCE_DIR}/generator/nanopb_generator.py" PARENT_SCOPE)