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
132 B
CMake
6 lines
132 B
CMake
add_executable(capture src/capture.cpp)
|
|
|
|
set_default_compile_options(capture)
|
|
|
|
target_link_libraries(capture PRIVATE server getopt)
|