1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add missing TRACY_FILESELECTOR define to unix build.

This commit is contained in:
Bartosz Taudul 2018-07-28 01:38:08 +02:00
parent a54ff1f56d
commit 63b383f7be

View File

@ -1,6 +1,6 @@
CFLAGS +=
CXXFLAGS := $(CFLAGS) -std=c++17
DEFINES +=
DEFINES += -DTRACY_FILESELECTOR
INCLUDES := $(shell pkg-config --cflags glfw3) -I../../../imgui -I../../libs/gl3w
LIBS := $(shell pkg-config --libs glfw3) -lpthread -ldl
PROJECT := Tracy