|
|
@ -2,6 +2,8 @@
|
|
|
|
cmake_minimum_required(VERSION 3.10)
|
|
|
|
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(runner LANGUAGES CXX)
|
|
|
|
project(runner LANGUAGES CXX)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# smth sqlcipher_flutter_libs static linking Hundreds
|
|
|
|
|
|
|
|
set(OPENSSL_USE_STATIC_LIBS OFF)
|
|
|
|
# The name of the executable created for the application. Change this to change
|
|
|
|
# The name of the executable created for the application. Change this to change
|
|
|
|
# the on-disk name of your application.
|
|
|
|
# the on-disk name of your application.
|
|
|
|
set(BINARY_NAME "fluffychat")
|
|
|
|
set(BINARY_NAME "fluffychat")
|
|
|
|