[Actions] Add build fixes from develop

This commit is contained in:
Kuba Szczodrzyński
2024-07-08 13:36:33 +02:00
parent 0e8b0673ca
commit 0b8f3fe94b
18 changed files with 356 additions and 506 deletions

View File

@ -5,6 +5,8 @@
cmake_minimum_required(VERSION 3.4.1)
project(szkolny-signing)
# Creates and names a library, sets it as either STATIC
# or SHARED, and provides the relative paths to its source code.
# You can define multiple libraries, and CMake builds them for you.
@ -41,4 +43,4 @@ target_link_libraries( # Specifies the target library.
# Links the target library to the log library
# included in the NDK.
${log-lib} )
${log-lib} )