mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
3 lines
119 B
CMake
3 lines
119 B
CMake
add_executable(actor_flamegraph actor_flamegraph.cpp)
|
|
target_link_libraries(actor_flamegraph PRIVATE Threads::Threads)
|