Mercurial > hg > orthanc-book
view HelloWorld/CMakeLists.txt @ 783:0fbe952b2906
list more lua functions
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 01 Oct 2021 16:53:46 +0200 |
parents | 46de84e1c107 |
children |
line wrap: on
line source
cmake_minimum_required (VERSION 2.8.11) project(HelloWorld) add_executable(HelloWorld main.cpp)