mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Move all client headers and sources to public/ directory.
This commit is contained in:
+2
-2
@@ -3,14 +3,14 @@ TRACYFLAGS :=
|
||||
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS)
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++11
|
||||
DEFINES +=
|
||||
INCLUDES :=
|
||||
INCLUDES := -I../public/tracy
|
||||
LIBS := -lpthread -ldl
|
||||
LDFLAGS := -rdynamic
|
||||
IMAGE := tracy_test
|
||||
|
||||
SRC := \
|
||||
test.cpp \
|
||||
../TracyClient.cpp
|
||||
../public/TracyClient.cpp
|
||||
|
||||
OBJ := $(SRC:%.cpp=%.o)
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
#include <stdlib.h>
|
||||
#include "../Tracy.hpp"
|
||||
#include "Tracy.hpp"
|
||||
#include "../common/TracySystem.hpp"
|
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
|
||||
Reference in New Issue
Block a user