view HelloWorld/CMakeLists.txt @ 617:324ca8f236b8

document "Timeout" option when defining a DICOMweb server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Feb 2021 14:18:09 +0100
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)