cmake_minimum_required(VERSION 3.1) add_compile_options(-O0 -g -Wno-unused-but-set-variable) add_executable(lldb_test_executable main.cpp)