Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 964:4b9fe9080b38
Added tag Orthanc-1.12.1 for changeset a6bf749b3c04
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Jul 2023 18:50:32 +0200 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)