Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 1112:ad26102adccc
fix broken link
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 23 Oct 2024 16:52:30 +0200 (5 months ago) |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)