Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 763:4e9dc26a5cb9 Orthanc-1.9.7
Orthanc 1.9.7
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 31 Aug 2021 11:24:43 +0200 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)