User Tools

Site Tools


getting_started:say_hello

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting_started:say_hello [2019/10/11 16:21] – [Say Hello with EEROS] grafgetting_started:say_hello [2019/10/14 10:08] – [Test Program] graf
Line 35: Line 35:
 } }
 </code> </code>
-  - Open CMakeLists.txt file, delete the text written on it and copy/paste the following into it: <code cpp>+  - Open CMakeLists.txt file, delete the text written in it and copy/paste the following into it: <code cpp>
 cmake_minimum_required(VERSION 3.5.1) cmake_minimum_required(VERSION 3.5.1)
 project(test-project) project(test-project)