annotate HelloWorld/CMakeLists.txt @ 713:d92edd545754

note about samples
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jun 2021 10:45:34 +0200
parents 46de84e1c107
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
57
46de84e1c107 hello world
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 cmake_minimum_required (VERSION 2.8.11)
46de84e1c107 hello world
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2 project(HelloWorld)
46de84e1c107 hello world
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3
46de84e1c107 hello world
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
4 add_executable(HelloWorld main.cpp)