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