Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 557:3af5dda67520
fix sample for c-echo in rest api
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 10 Dec 2020 18:10:32 +0100 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)