view HelloWorld/CMakeLists.txt @ 886:bca261dac7bb

logs with OE2
author Alain Mazy <am@osimis.io>
date Tue, 25 Oct 2022 06:52:20 +0200
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)