fix linking

This commit is contained in:
2025-09-12 23:02:35 +02:00
parent 00a5be65f1
commit bb057c6645
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,4 +2,5 @@ AUTOMAKE_OPTIONS = foreign subdir-objects -Wall
bin_PROGRAMS = forge
forge_SOURCES = src/main.c src/args.c src/forge.c src/file.c src/window.c src/shaders.c
forge_CFLAGS = -Ofast -march=native -flto -funroll-loops -fprefetch-loop-arrays -fno-exceptions -fopenmp -Iinclude
forge_LDADD = -lglfw -lGL -lm -ldl
include_HEADERS = src/main.h src/args.h src/config.h src/types.h src/forge.h src/file.h src/constants.h src/window.h src/shaders.h