Fix example app Windows compilation
This commit is contained in:
@@ -3,8 +3,9 @@ cmake_minimum_required(VERSION 3.14)
|
||||
project(universal_ble_example LANGUAGES CXX)
|
||||
|
||||
# The name of the executable created for the application. Change this to change
|
||||
# the on-disk name of your application.
|
||||
set(BINARY_NAME "universal_ble")
|
||||
# the on-disk name of your application. Must match the CMake project/target name
|
||||
# expected by Flutter (e.g. from pubspec name) or TARGET_FILE_DIR references fail.
|
||||
set(BINARY_NAME "universal_ble_example")
|
||||
|
||||
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
|
||||
# versions of CMake.
|
||||
|
||||
Reference in New Issue
Block a user