mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Everywhere: Hoist the Libraries folder to the top-level
This commit is contained in:
parent
950e819ee7
commit
93712b24bf
Notes:
github-actions[bot]
2024-11-10 11:51:52 +00:00
Author: https://github.com/trflynn89
Commit: 93712b24bf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2256
Reviewed-by: https://github.com/sideshowbarker
4547 changed files with 104 additions and 113 deletions
|
|
@ -18,9 +18,9 @@ these files navigate to the `Project` tool window, right-click the `Build` folde
|
|||
|
||||
## Include headers and source files for code insight
|
||||
|
||||
To get proper code insight mark the folders `AK` and `Userland` by right-clicking on them and selecting `Mark Directory as | Project Sources and Headers`.
|
||||
To get proper code insight mark the folders `AK` and `Libraries` by right-clicking on them and selecting `Mark Directory as | Project Sources and Headers`.
|
||||
|
||||
A symptom of this not being configured correctly is CLion giving a warning for every single file:
|
||||
A symptom of this not being configured correctly is CLion giving a warning for every single file:
|
||||
> The file does not belong to any project target, code insight features might not work properly.
|
||||
|
||||
## Code Generation Settings
|
||||
|
|
@ -46,7 +46,7 @@ CMake could not locate one.
|
|||
|
||||
This error typically arises when CLion is not configured to use the correct build directory.
|
||||
|
||||
**Solution**: Ensure that CLion's build directory is set to the correct build directory for the selected profile.
|
||||
**Solution**: Ensure that CLion's build directory is set to the correct build directory for the selected profile.
|
||||
Navigate to `Settings -> Build, Execution, Deployment -> CMake` and in your selected profile, set the `Build directory` according to the profile:
|
||||
- Default -> "`Build/ladybird`"
|
||||
- Debug -> "`Build/ladybird-debug`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue