Skip to content

Commit

Permalink
Merge pull request #257 from kimkulling/feature/cleanup_io_system
Browse files Browse the repository at this point in the history
Cleanups
  • Loading branch information
kimkulling authored Dec 13, 2024
2 parents d23ee05 + e5f4b67 commit e8b0d93
Show file tree
Hide file tree
Showing 20 changed files with 70 additions and 3,040 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ INCLUDE_DIRECTORIES( BEFORE
contrib/assimp/include
contrib/stb
contrib/glew/include
contrib/unzip
contrib/cppcore/include
contrib/assimp/contrib/zlib
contrib/cppcore/contrib/gtest-1.7.0/include
Expand Down Expand Up @@ -111,7 +110,6 @@ ENDIF(OSRE_BUILD_SAMPLES)

set(cppcore_BUILD_UNITTESTS OFF CACHE BOOL "no cppcore unittests")
ADD_SUBDIRECTORY( contrib/cppcore )
ADD_SUBDIRECTORY( contrib/unzip )

# Config for assimp
SET(ASSIMP_BUILD_ASSIMP_TOOLS OFF CACHE BOOL "no assimp tools")
Expand Down
29 changes: 0 additions & 29 deletions contrib/unzip/CMakeLists.txt

This file was deleted.

67 changes: 0 additions & 67 deletions contrib/unzip/ChangeLogUnzip

This file was deleted.

132 changes: 0 additions & 132 deletions contrib/unzip/crypt.h

This file was deleted.

Loading

0 comments on commit e8b0d93

Please sign in to comment.