Skip to content
Snippets Groups Projects
Commit bbe39430 authored by Huzaifa's avatar Huzaifa
Browse files

Added CMakeLists file to build static profiler lib

parent 5bb2d3f3
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.5)
set(libsrc profiler.cpp)
set (CMAKE_CXX_STANDARD 11)
add_library(gpu_profiler STATIC ${libsrc})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment