simplejsble 0.0.34 → 0.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/CMakeLists.txt
CHANGED
|
@@ -56,11 +56,9 @@ include(${CMAKE_SOURCE_DIR}/../nitrogen/generated/android/NitroSimplejsble+autol
|
|
|
56
56
|
target_include_directories(NitroSimplejsble PRIVATE
|
|
57
57
|
src/main/cpp
|
|
58
58
|
../cpp
|
|
59
|
-
${JNI_INCLUDE_DIRS}
|
|
60
59
|
)
|
|
61
60
|
|
|
62
61
|
find_library(LOG_LIB log)
|
|
63
|
-
find_package(JNI REQUIRED)
|
|
64
62
|
|
|
65
63
|
# Link all libraries together
|
|
66
64
|
target_link_libraries(NitroSimplejsble
|
|
@@ -68,7 +66,6 @@ target_link_libraries(NitroSimplejsble
|
|
|
68
66
|
simpleble::simpleble
|
|
69
67
|
android
|
|
70
68
|
-ldl
|
|
71
|
-
${JNI_LIBRARIES}
|
|
72
69
|
)
|
|
73
70
|
|
|
74
71
|
# Allow undefined JNI symbols (resolved at runtime)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|