From 139c04a6e5924697c79a71e7b58d19fb727118fd Mon Sep 17 00:00:00 2001 From: Marcin Gasperowicz Date: Sat, 17 Apr 2021 12:18:33 +0200 Subject: [PATCH] Documentation: Change CMake build directory to Build/i686 in CLion config --- Documentation/CLionConfiguration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/CLionConfiguration.md b/Documentation/CLionConfiguration.md index 667c1cd0e28..50745a788b7 100644 --- a/Documentation/CLionConfiguration.md +++ b/Documentation/CLionConfiguration.md @@ -3,11 +3,11 @@ CLion can integrate with CMake to provide code comprehension features. After opening the `serenity` repository in CLion as a new project, go to "`File->Settings->Build, Execution, Deployment->Cmake`", -and set the following fields: (Assuming you use `Ninja` as the build system and configured the CMake build directory to `Build`) +and set the following fields: (Assuming you use `Ninja` as the build system and configured the CMake build directory to `Build/i686`) `CMake Options`: `-G Ninja -DBUILD_LAGOM=ON -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10` -`Build Directory`: `Build` +`Build Directory`: `Build/i686` ## Notes for WSL Users