Merge the latest app template from flutter-elinux (#19)

This commit is contained in:
Hidenori Matsubayashi
2021-08-04 10:11:32 +09:00
committed by GitHub
parent 8587b2bd27
commit 39843c2a0a
11 changed files with 23 additions and 22 deletions
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.15)
project(runner LANGUAGES CXX)
set(BINARY_NAME "shared_preferences_elinux_example")
cmake_policy(SET CMP0079 NEW)
cmake_policy(SET CMP0063 NEW)
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")