Skip to content

Commit

Permalink
Merge pull request ttroy50#30 from dpsi/patch-1
Browse files Browse the repository at this point in the history
Update README.adoc
  • Loading branch information
ttroy50 authored Oct 24, 2019
2 parents cd65d74 + 44f5a0f commit a62b62e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,16 @@ For more details on build and running the docker containers link:here[dockerfile
There are many CMake tutorials and examples online. The list below includes links
to some of these which I have found helpful in my CMake journey.

* http://www.kdab.com/~stephen/moderncmake.pdf[Modern CMake Slides]
* https://web.archive.org/web/20160314094326/https://www.kdab.com/~stephen/moderncmake.pdf[Modern CMake Slides]
* https://rix0r.nl/blog/2015/08/13/cmake-guide/[rix0r Modern CMake Blog]
* https://cmake.org/cmake-tutorial/[Official CMake Tutorial]
* https://cmake.org/Wiki/Main_Page[Official CMake Wiki]
* https://cmake.org/Wiki/CMake_Useful_Variables[CMake Useful Variables]
* https://gitlab.kitware.com/cmake/community/wikis/home[Official CMake Wiki]
* https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/Useful-Variables[CMake Useful Variables]
* http://derekmolloy.ie/hello-world-introductions-to-cmake/[Derek Molloy - Intro to CMake]
* http://techminded.net/blog/modular-c-projects-with-cmake.html[Modular C++ Projects]
* http://voices.canonical.com/jussi.pakkanen/2013/03/26/a-list-of-common-cmake-antipatterns/[Common CMake Anti-Patterns]
* https://web.archive.org/web/20190320121339/http://voices.canonical.com/jussi.pakkanen/2013/03/26/a-list-of-common-cmake-antipatterns/[Common CMake Anti-Patterns]
* http://baptiste-wicht.com/posts/2014/04/install-use-clang-static-analyzer-cmake.html[Using clang static analyser with CMake]
* https://cmake.org/pipermail/cmake/2011-April/043709.html[Static Analysis with CDash] - Includes some info about using CppCheck with CMake
* https://www.openfoundry.org/svn/cms/trunk/cmake/CppcheckTargets.cmake[CppCheck Targets]
* https://samthursfield.wordpress.com/2015/10/20/some-cmake-tips/[CMake Tips]
* https://www.johnlamp.net/cmake-tutorial.html[John Lamp - CMake Tutorial]
* link:https://docs.conan.io[Conan Documentation]

0 comments on commit a62b62e

Please sign in to comment.