From 212cfd840d9d8f323f2d490dadf3d6ec2db0d60d Mon Sep 17 00:00:00 2001 From: "Amine B. Hassouna" Date: Tue, 20 Nov 2018 09:16:24 +0100 Subject: [PATCH] Add description to IDE_USAGE.md --- IDE_USAGE.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.