Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 1115:40429876c729
orthanc python module
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 22 Nov 2024 15:03:13 +0100 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)