view HelloWorld/CMakeLists.txt @ 1074:32ac45058512

updated copyright, as Orthanc Team now replaces Osimis
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 May 2024 22:23:40 +0200
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)