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

Add documentation for CMake integration

This commit is contained in:
Lukas Berbuer
2021-08-01 12:46:29 +02:00
parent 0fe755fc85
commit 958386709f
2 changed files with 22 additions and 8 deletions
-7
View File
@@ -55,10 +55,3 @@ set_option(TRACY_NO_FRAME_IMAGE)
set_option(TRACE_NO_SAMPLING)
set_option(TRACY_NO_VERIFY)
set_option(TRACY_NO_VSYNC_CAPTURE)
if(NOT TRACY_PORT)
set(TRACY_PORT 8086)
endif()
message(STATUS "TRACY_PORT: ${TRACY_PORT}")
target_compile_definitions(TracyClient PUBLIC TRACY_PORT=${TRACY_PORT})