Files
somaesque-native/build
Daniel Ledda 2daee71548 update
2025-01-04 22:51:33 +01:00

5 lines
188 B
Bash
Executable File

#!/bin/bash
LIB_INCLUDE="-lglfw -lGLU -lGL -lXrandr -lXxf86vm -lXi -lXinerama -lX11 -lrt -ldl"
g++ -g -g3 -DOS_LINUX=1 -DENABLE_ASSERT=1 ./src/main.cpp -o ./target/somaesque $LIB_INCLUDE