Browse Source

Fix two deletions.

MeyerFabian 5 năm trước cách đây
mục cha
commit
51e592123a
2 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 1 0
      code/CMakeLists.txt
  2. 8 0
      contrib/unzip/ioapi.c

+ 1 - 0
code/CMakeLists.txt

@@ -45,6 +45,7 @@
 #
 #
 cmake_minimum_required( VERSION 3.0 )
 cmake_minimum_required( VERSION 3.0 )
 SET( HEADER_PATH ../include/assimp )
 SET( HEADER_PATH ../include/assimp )
+
 if(NOT ANDROID AND ASSIMP_ANDROID_JNIIOSYSTEM)
 if(NOT ANDROID AND ASSIMP_ANDROID_JNIIOSYSTEM)
     message(WARNING "Requesting Android JNI I/O-System in non-Android toolchain. Resetting ASSIMP_ANDROID_JNIIOSYSTEM to OFF.")
     message(WARNING "Requesting Android JNI I/O-System in non-Android toolchain. Resetting ASSIMP_ANDROID_JNIIOSYSTEM to OFF.")
     set(ASSIMP_ANDROID_JNIIOSYSTEM OFF)
     set(ASSIMP_ANDROID_JNIIOSYSTEM OFF)

+ 8 - 0
contrib/unzip/ioapi.c

@@ -1,3 +1,11 @@
+/* ioapi.c -- IO base function header for compress/uncompress .zip
+   files using zlib + zip or unzip API
+
+   Version 1.01e, February 12th, 2005
+
+   Copyright (C) 1998-2005 Gilles Vollant
+*/
+
 #include <stdio.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>