mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Documentation: Change CMake build directory to Build/i686 in CLion config
This commit is contained in:
parent
7edfe02dff
commit
139c04a6e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue