view HelloWorld/CMakeLists.txt @ 633:06bea33cb7d0

metadata and attachments are not transferred between peers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Apr 2021 19:00:33 +0200
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)