Skip to content
Snippets Groups Projects
Commit 3727ea6f authored by Elizabeth's avatar Elizabeth
Browse files

Separated .cpp and .h files into different dirs

parent 82d27a17
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.5)
set(libsrc promise_timing_model.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