playground/instrument/CMakeLists.txt

9 lines
173 B
CMake
Raw Normal View History

2024-10-10 19:43:42 -04:00
cmake_minimum_required(VERSION 3.5)
project(interceptor)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_subdirectory(target)
add_subdirectory(instrument)
add_subdirectory(app)