blob: 99da078fc9fc2b7b0de32acaa24e1f061d21b884 [file] [log] [blame]
cmake_minimum_required(VERSION 3.22.1)
project(TrivialExceptionCatch CXX)
add_executable(throw jni/throw.cpp)