mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Tracy UI server app. `csvexport` utitily executable. `capture` utitily executable. `update` utitily executable.
6 lines
140 B
CMake
6 lines
140 B
CMake
add_executable(csvexport src/csvexport.cpp)
|
|
|
|
set_default_compile_options(csvexport)
|
|
|
|
target_link_libraries(csvexport PRIVATE server getopt)
|