cmake_minimum_required(VERSION 3.10)
project(SecureApp)
add_executable(secure-app main.cpp)
install(TARGETS secure-app DESTINATION bin)
