Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 149:bc5906892316 integrations-osirix-horos
Close branch integrations-osirix-horos
author | Sébastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 May 2018 09:40:28 +0000 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)