0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00
easy_profiler/CMakeLists.txt

19 lines
234 B
CMake
Raw Normal View History

2016-02-16 23:21:12 +03:00
project(profiling_tool)
cmake_minimum_required(VERSION 2.8)
set(
ROOT
${CMAKE_CURRENT_LIST_DIR}
)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY
${ROOT}/bin
)
include_directories(
include
)
add_subdirectory(src)
2016-02-16 23:25:12 +03:00
add_subdirectory(sample)