Skip to content

Commit

Permalink
Moved lz4 to a thirdparty folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Aug 24, 2019
1 parent 68dfe9f commit 89a0888
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ files = [
"util/*.cpp",
"terrain/*.cpp",
"math/*.cpp",
"lz4/*.c"
"thirdparty/lz4/*.c"
]

for f in files:
Expand Down
2 changes: 1 addition & 1 deletion streams/voxel_block_serializer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "voxel_block_serializer.h"
#include "../lz4/lz4.h"
#include "../math/vector3i.h"
#include "../thirdparty/lz4/lz4.h"
#include "../voxel_buffer.h"
#include <core/os/file_access.h>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 89a0888

Please sign in to comment.