diff options
author | Marcin Gasperowicz <xnooga@gmail.com> | 2021-04-17 12:18:33 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-17 12:33:45 +0200 |
commit | 139c04a6e5924697c79a71e7b58d19fb727118fd (patch) | |
tree | 0d9ee18ea2013d8fb7e41f9d902da342aa8c5950 /Documentation | |
parent | 7edfe02dffeaa904585189f8ba361b3e4f89dccc (diff) | |
download | serenity-139c04a6e5924697c79a71e7b58d19fb727118fd.zip |
Documentation: Change CMake build directory to Build/i686 in CLion config
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/CLionConfiguration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/CLionConfiguration.md b/Documentation/CLionConfiguration.md index 667c1cd0e2..50745a788b 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 |