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