Browse Source

update linux cmake version

pull/18/head
Sun 4 years ago
parent
commit
4485f2ce33
  1. 8
      core/linux/CMakeLists.txt
  2. 2
      linux/CMakeLists.txt
  3. 2
      linux/flutter/CMakeLists.txt
  4. 16
      pubspec.lock

8
core/linux/CMakeLists.txt

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.15)
set(PROJECT_NAME "esse_core") set(PROJECT_NAME "esse_core")
project(${PROJECT_NAME} LANGUAGES CXX) project(${PROJECT_NAME} LANGUAGES CXX)
@ -21,14 +21,10 @@ target_include_directories(${PLUGIN_NAME} INTERFACE
target_link_libraries(${PLUGIN_NAME} PRIVATE flutter) target_link_libraries(${PLUGIN_NAME} PRIVATE flutter)
target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK) target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK)
## First Time & Debug To Lanuch install libraries. ## install rust libraries.
target_link_directories(${PLUGIN_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/share") target_link_directories(${PLUGIN_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/share")
target_link_libraries(${PLUGIN_NAME} PRIVATE libesse.a) target_link_libraries(${PLUGIN_NAME} PRIVATE libesse.a)
## Secound Time, because libraries had in lib, and can found.
#find_library(ESSE_LIB NAMES libesse.so esse)
#target_link_libraries(${PLUGIN_NAME} PRIVATE ${ESSE_LIB})
# List of absolute paths to libraries that should be bundled with the plugin # List of absolute paths to libraries that should be bundled with the plugin
set(esse_core_bundled_libraries set(esse_core_bundled_libraries
"${CMAKE_CURRENT_SOURCE_DIR}/share/libesse.a" "${CMAKE_CURRENT_SOURCE_DIR}/share/libesse.a"

2
linux/CMakeLists.txt

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.15)
project(runner LANGUAGES CXX) project(runner LANGUAGES CXX)
set(BINARY_NAME "esse") set(BINARY_NAME "esse")

2
linux/flutter/CMakeLists.txt

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.15)
set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral") set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral")

16
pubspec.lock

@ -21,7 +21,7 @@ packages:
name: async name: async
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.8.2" version: "2.8.1"
audio_session: audio_session:
dependency: transitive dependency: transitive
description: description:
@ -49,7 +49,7 @@ packages:
name: characters name: characters
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.1.0"
charcode: charcode:
dependency: transitive dependency: transitive
description: description:
@ -182,7 +182,7 @@ packages:
name: file_picker name: file_picker
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.1.3" version: "4.1.4"
file_selector: file_selector:
dependency: "direct main" dependency: "direct main"
description: description:
@ -370,7 +370,7 @@ packages:
name: just_audio name: just_audio
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.9.12" version: "0.9.13"
just_audio_platform_interface: just_audio_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -398,7 +398,7 @@ packages:
name: matcher name: matcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.12.11" version: "0.12.10"
meta: meta:
dependency: transitive dependency: transitive
description: description:
@ -496,7 +496,7 @@ packages:
name: platform name: platform
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.0.2" version: "3.0.0"
plugin_platform_interface: plugin_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -662,7 +662,7 @@ packages:
name: test_api name: test_api
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.4.3" version: "0.4.2"
typed_data: typed_data:
dependency: transitive dependency: transitive
description: description:
@ -746,7 +746,7 @@ packages:
name: vm_service name: vm_service
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "7.3.0" version: "7.1.1"
web_socket_channel: web_socket_channel:
dependency: "direct main" dependency: "direct main"
description: description:

Loading…
Cancel
Save