c++20
This commit is contained in:
parent
e1e70e7618
commit
ab91b3f7f0
2
Makefile
2
Makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user