This commit is contained in:
Sébastien Bourdeauducq 2025-01-20 20:26:46 +08:00
parent e1e70e7618
commit ab91b3f7f0

View File

@ -1,6 +1,6 @@
PROG= sndlock PROG= sndlock
SRCS= imgui_impl_glfw.cpp imgui_impl_opengl3.cpp imgui_draw.cpp imgui_widgets.cpp imgui_tables.cpp imgui.cpp kirdy.cpp sndlock.cpp SRCS= imgui_impl_glfw.cpp imgui_impl_opengl3.cpp imgui_draw.cpp imgui_widgets.cpp imgui_tables.cpp imgui.cpp kirdy.cpp sndlock.cpp
CXXOPTS= -Wall `pkg-config --cflags glfw3 gl asio jsoncpp` CXXOPTS= -Wall -std=c++20 `pkg-config --cflags glfw3 gl asio jsoncpp`
LDFLAGS= `pkg-config --libs glfw3 gl asio jsoncpp` LDFLAGS= `pkg-config --libs glfw3 gl asio jsoncpp`
LDADD= -lsndio -lm LDADD= -lsndio -lm