Prechádzať zdrojové kódy

Introduce thirdparty folder

rexim 2 rokov pred
rodič
commit
9a40a9f223
4 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 1
      build.sh
  2. 0 1
      img2term.c
  3. 0 0
      thirdparty/stb_image.h
  4. 0 0
      thirdparty/stb_image_resize.h

+ 1 - 1
build.sh

@@ -2,4 +2,4 @@
 
 set -xe
 
-clang -o img2term img2term.c -lm
+clang -I./thirdparty/ -o img2term img2term.c -lm

+ 0 - 1
img2term.c

@@ -668,4 +668,3 @@ int main(int argc, char **argv)
 
     return 0;
 }
-

+ 0 - 0
stb_image.h → thirdparty/stb_image.h


+ 0 - 0
stb_image_resize.h → thirdparty/stb_image_resize.h