Add assimp
This commit is contained in:
parent
c65a3ba314
commit
c4a607f660
4
compile
4
compile
@ -3,8 +3,8 @@
|
||||
CC=clang
|
||||
CFLAGS="-g -c -Wall -Isrc/glad/include"
|
||||
CXX=clang++
|
||||
CXXFLAGS="-g -Wall -std=c++20 $(pkg-config --cflags sdl2) -Isrc/glad/include -Isrc/glm"
|
||||
LIBS="$(pkg-config --libs sdl2) -ldl"
|
||||
CXXFLAGS="-g -Wall -std=c++20 $(pkg-config --cflags sdl2) -Isrc/glad/include -Isrc/glm -Isrc/assimp/build/include"
|
||||
LIBS="$(pkg-config --libs sdl2) -ldl -Lsrc/assimp/build/lib -lassimp"
|
||||
GLAD_SRC="src/glad/src/glad.c"
|
||||
GLAD_OBJ="glad.o"
|
||||
SRC="src/*.cc $GLAD_OBJ src/glm/glm/glm.cppm"
|
||||
|
1
src/assimp
Submodule
1
src/assimp
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 258cdfd2bc29a920bbe749962abbcd58caa76422
|
Loading…
Reference in New Issue
Block a user