Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 639:e186c3472174
Added tag Orthanc-1.9.2 for changeset b3e75cef601d
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 22 Apr 2021 13:36:34 +0200 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)