Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 887:db16e0fffe67
re-indexing of the jodogne/orthanc Docker images
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Oct 2022 12:23:51 +0200 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)