diff --git a/IDE_USAGE.md b/IDE_USAGE.md index 9562178..d3619b5 100644 --- a/IDE_USAGE.md +++ b/IDE_USAGE.md @@ -1,5 +1,12 @@ # CMake sdl project - IDE usage +There is many IDEs that support CMake projects. It could be natively or via plugins.
+This is a short tutorial on how we can use some IDEs to open a CMake project on linux: + +- [Qt Creator](#open-the-project-with-qt-creator) +- [Code::Blocks](#open-the-project-with-codeblocks) +- [Eclipse](#open-the-project-with-eclipse-cc) + ## Open the project with Qt Creator [Qt Creator][] is a cross-platform C/C++ IDE, originally dedicated for the Qt framework.