view HelloWorld/CMakeLists.txt @ 683:11e536e70b37

ip addresses are mandatory if DicomCheckModalityHost is true
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 May 2021 17:04:32 +0200
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)