hermit-os / hermit-playground

A playground to build C/C++/Go/Fortran applications on top of RustyHermit
https://hermitcore.org
Apache License 2.0
30 stars 13 forks source link

Clarify README regarding cmake instructions #9

Closed lrapp-x41-pub closed 2 years ago

lrapp-x41-pub commented 2 years ago

According to the README, to build your own application:

All that is required is that you include [...]/HermitCore/cmake/HermitCore-Application.cmake in your application's CMakeLists.txt

This is correct, but the include line has to be above the project line, otherwise the binary is built for GNU/Linux. This should be clarified in the README to avoid confusion.