Set JS_APP_NAME to exported one from Status JS bundle

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
This commit is contained in:
Max Risuhin 2018-10-04 23:32:54 +03:00
parent e8c68cfff9
commit de6b7b1809
No known key found for this signature in database
GPG Key ID: BF733F5ACA0B4448
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
cmake_minimum_required(VERSION 2.8.11)
set(APP_NAME StatusIm)
set(JS_APP_NAME StatusIm)
set(REACT_BUILD_STATIC_LIB ON)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9")