JNI is wanky. Finally about to return an object from C++ to Java/Kotlin

This commit is contained in:
kdeng00
2019-10-05 17:30:37 -04:00
parent d3bcbd28ef
commit 33ac4c6fcf
86 changed files with 761 additions and 226 deletions
+2
View File
@@ -13,6 +13,8 @@ cmake_minimum_required(VERSION 3.4.1)
# set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
set(CMAKE_CXX11_EXTENSION_COMPILE_OPTION "-std=c++17")
set (SOURCES
Demo.cpp
SongRepository.cpp