mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use TracyClient.cpp in test program.
This commit is contained in:
+1
-4
@@ -7,10 +7,7 @@ IMAGE := tracy_test
|
|||||||
|
|
||||||
SRC := \
|
SRC := \
|
||||||
test.cpp \
|
test.cpp \
|
||||||
../client/TracyProfiler.cpp \
|
../TracyClient.cpp
|
||||||
../common/tracy_lz4.cpp \
|
|
||||||
../common/TracySocket.cpp \
|
|
||||||
../common/TracySystem.cpp
|
|
||||||
|
|
||||||
OBJ := $(SRC:%.cpp=%.o)
|
OBJ := $(SRC:%.cpp=%.o)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user