One option is simply execute the rebuild.sh shell script. if you have already generated the project, you can execute the run.sh script.
Another option is to generate and build the project manually.
cmake -B build
cmake --build buildIMPORTANT: Intel OneApi Toolkit (MKL) needs to be installed
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DMKL_INTERFACE_FULL=intel_lp64 --no-warn-unused-cli -B build -G "Visual Studio 17 2022" -T host=x64 -A x64
cmake --build buildcmake -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -B build -G "Unix Makefiles"
cmake --build build- Entry Point
- Application Layer
- Window Layer
- Inputs
- Events
- Renderer
- Render API Abstractions
- Debugging Support
- Hot Reloading Framework
- Scripting Language Support
- Memory System
- Entity-Component System
- Physics
- File I/O, Virtual File System
- Build System -> Data Format Support
- Audio System
- (G)UI System
- Multi-Thread Support
- Platform Specific Support
- OS Specific
- Windows
- MacOS
- Linux
- Graphics API Specific
- OpenGL
- Vulkan
- DirectX 12
- Metal
- OS Specific