mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-25 23:40:51 +08:00
4 lines
95 B
CMake
4 lines
95 B
CMake
|
|
add_executable(profiler_reader main.cpp)
|
|
target_link_libraries(profiler_reader easy_profiler)
|