0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 08:01:51 +08:00
easy_profiler/reader/CMakeLists.txt

4 lines
95 B
CMake
Raw Normal View History

2016-02-24 06:30:13 +03:00
2017-06-08 17:13:32 +03:00
add_executable(profiler_reader main.cpp)
target_link_libraries(profiler_reader easy_profiler)