Skip to content
Snippets Groups Projects
Commit 82d27a17 authored by Elizabeth's avatar Elizabeth
Browse files

Separated .cpp and .h files into different dirs

parent a1b00e80
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.5)
set(libsrc src/promise_timing_model.cpp)
set (CMAKE_CXX_STANDARD 11)
add_library(promise_profiler STATIC ${libsrc})
target_include_directories(promise_profiler PRIVATE include)
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