view HelloWorld/CMakeLists.txt @ 1188:0f65d14e02dd

fix
author Alain Mazy <am@orthanc.team>
date Wed, 13 Aug 2025 17:05:51 +0200
parents 46de84e1c107
children
line wrap: on
line source

cmake_minimum_required (VERSION 2.8.11)
project(HelloWorld)

add_executable(HelloWorld main.cpp)