getting_started:write_app:use_on_host
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started:write_app:use_on_host [2023/04/13 08:57] – [Say Hello with EEROS] ursgraf | getting_started:write_app:use_on_host [2024/11/07 12:25] (current) – [Say Hello with EEROS] ursgraf | ||
---|---|---|---|
Line 38: | Line 38: | ||
add_executable(helloworld main.cpp) | add_executable(helloworld main.cpp) | ||
- | target_link_libraries(helloworld PRIVATE eeros) | + | target_link_libraries(helloworld PRIVATE |
</ | </ | ||
- Create a build directory for your new project and change into it with < | - Create a build directory for your new project and change into it with < | ||
Line 63: | Line 63: | ||
</ | </ | ||
- Create a build directory for your new project and change into it with < | - Create a build directory for your new project and change into it with < | ||
- | $ mkdir ../build-x86/ | + | $ mkdir build-x86 |
- | $ cd ../build-x86/ | + | $ cd build-x86 |
</ | </ | ||
- Build the project with < | - Build the project with < |
getting_started/write_app/use_on_host.1681369079.txt.gz · Last modified: 2023/04/13 08:57 by ursgraf