Advertisement
smallwondertech

cmake_android_file

Feb 29th, 2020
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.23 KB | None | 0 0
  1. cmake_minimum_required(VERSION 3.4.1)
  2.  
  3. add_library(
  4.              native-lib
  5.  
  6.              SHARED
  7.  
  8.              native-lib.cpp )
  9.  
  10. set(NATIVE_LIB native-lib)
  11. set(JNI_FOLDER ${CMAKE_CURRENT_SOURCE_DIR}/..)
  12. include(allegro.cmake)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement