Tracy for Linux.
parent
785d9c03e6
commit
d891eb44ef
|
|
@ -10,6 +10,7 @@ if (USE_TRACY_PROFILER)
|
|||
elseif (DARWIN)
|
||||
message(FATAL_ERROR "Tracy is not yet implemented in FS for OSX.")
|
||||
else (WINDOWS)
|
||||
message(FATAL_ERROR "Tracy is not yet implemented in FS for Linux.")
|
||||
add_definitions(-DTRACY_ENABLE=1 -DTRACY_NO_FASTTIMERS )
|
||||
set(TRACY_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/tracy)
|
||||
endif (WINDOWS)
|
||||
endif (USE_TRACY_PROFILER)
|
||||
|
|
|
|||
Loading…
Reference in New Issue