cmake_minimum_required(VERSION 3.10)
project(out-of-tree-package)

# Simple test project for out-of-tree builds
add_executable(test_app main.cpp)
