Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 742:a69100f80704
Added tag Orthanc-1.9.6 for changeset 97e6a0431c5e
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 21 Jul 2021 12:30:45 +0200 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)