view HelloWorld/CMakeLists.txt @ 757:980ffad93dc5

remark about Debian Buster and DICOM TLS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Aug 2021 13:49:30 +0200
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)