diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,3 +8,7 @@ Building: make -j This will build a Debug release by default. Add `-DCMAKE_BUILD_TYPE=Release` to build a release build. + +# CMake notes + +Header files are added as sources so the IDEs will search/index them properly. |