view HelloWorld/CMakeLists.txt @ 786:d050289fd0b3

debugging encodings
author Alain Mazy <am@osimis.io>
date Fri, 29 Oct 2021 18:55:51 +0200
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)