view HelloWorld/CMakeLists.txt @ 764:4a3df44efff5

Added tag Orthanc-1.9.7 for changeset 4e9dc26a5cb9
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Aug 2021 11:24:46 +0200
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)