CMake based build system.
Some people might find this handly
This commit is contained in:
parent
0fc1323c80
commit
e173db19f7
14 changed files with 416 additions and 2 deletions
|
@ -189,7 +189,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
|||
# libraries for Debian GNU/Linux desktop compiling
|
||||
# requires the following packages:
|
||||
# libglfw3-dev libopenal-dev libegl1-mesa-dev
|
||||
LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -lpthread -ldl
|
||||
LIBS = -lraylib -lglfw -lGL -lopenal -lm -lpthread -ldl
|
||||
# on XWindow requires also below libraries
|
||||
LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue