- Install vcpkg with elevation
git clone https://github.com/Microsoft/vcpkg.git "C:\vcpkg" cd "C:\vcpkg" .\bootstrap-vcpkg.bat vcpkg integrate install
- Setup toolchain CLion
- File -> Settings -> Build, Execution, Deployment -> CMake
- Create a new configuration using
- Build type:
Debug
- Toolchain:
Visual Studio
(You need to create this toolchain first) - Generator:
NMake Makefiles
- CMake options:
-DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake
- Build type:
- Go to
CMakeLists.txt
and click the debug button on the side of the first line - Select the
projection
configuration that will appear in theConfigurations
dropdown on the top bar- Or go to the main.cpp file and click the execute button there
forked from projection-engine/projection-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
projection-engine/projection-engine-2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Projection Engine 2
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 40.5%
- C++ 38.3%
- Svelte 13.4%
- GLSL 5.7%
- CSS 1.3%
- CMake 0.6%
- Other 0.2%