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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user