Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 785:4ff2c6ff472a
health check in docker images
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 15 Oct 2021 11:24:15 +0200 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)