Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 388:a3288fe6f84e
proprietary-support
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 20 Apr 2020 07:41:44 +0200 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)