forked from Green-Sky/tomato
android signing using secret
This commit is contained in:
9
android/cmake/TomatoAndroidFunctions.cmake
Normal file
9
android/cmake/TomatoAndroidFunctions.cmake
Normal file
@ -0,0 +1,9 @@
|
||||
# based on code from SDLAndroidFunctions.cmake
|
||||
|
||||
# target name is name of file without .keystore
|
||||
function(tomato_load_android_keystore TARGET)
|
||||
set(output "${CMAKE_SOURCE_DIR}/${TARGET}.keystore")
|
||||
add_custom_target(${TARGET} DEPENDS "${output}")
|
||||
set_property(TARGET ${TARGET} PROPERTY OUTPUT "${output}")
|
||||
endfunction()
|
||||
|
Reference in New Issue
Block a user