view HelloWorld/CMakeLists.txt @ 225:ced9dbf86de8

Added tutorial that shows how to upload and retrieve PDF files using the REST API
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 06 Mar 2019 08:13:01 +0100
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)