cmake_minimum_required(VERSION 3.16) project(crashelper-test LANGUAGES CXX) add_executable(crashelper-test main.cxx) target_link_libraries(crashelper-test crashelper)