summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/port/AndroidJNI/CMakeLists.txt
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
commit8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch)
tree52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/port/AndroidJNI/CMakeLists.txt
parentdb81b925d776103326128bf629cbdda576a223e7 (diff)
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/port/AndroidJNI/CMakeLists.txt')
-rw-r--r--src/mesh/assimp-master/port/AndroidJNI/CMakeLists.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mesh/assimp-master/port/AndroidJNI/CMakeLists.txt b/src/mesh/assimp-master/port/AndroidJNI/CMakeLists.txt
deleted file mode 100644
index 8c821c7..0000000
--- a/src/mesh/assimp-master/port/AndroidJNI/CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-cmake_minimum_required(VERSION 3.10)
-
-include_directories(./)
-include_directories(./../../)
-add_library( # Defines the name of the library.
- android_jniiosystem
-
- # Implements a static library.
- STATIC
-
- # relative path to source file(s).
- AndroidJNIIOSystem.cpp
- BundledAssetIOSystem.cpp
-)
-TARGET_LINK_LIBRARIES(android_jniiosystem android log)
-INSTALL(TARGETS android_jniiosystem EXPORT "${TARGETS_EXPORT_NAME}")