CMakeLists.txt 172 Bytes
Newer Older
1 2 3 4 5
add_executable(benchmark_prefix main.cpp)
target_link_libraries(benchmark_prefix pls)
if (EASY_PROFILER)
    target_link_libraries(benchmark_prefix easy_profiler)
endif ()