Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-beqiraj committed Apr 19, 2024
2 parents 8f6eedc + 5025316 commit 6e70c86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ jobs:
- run: .\\vcpkg\\bootstrap-vcpkg.bat
- run: .\\vcpkg\\vcpkg integrate install
- run: .\\vcpkg\\vcpkg install
- run: mkdir build
- run: cmake -B build/ -S . -DCMAKE_TOOLCHAIN_FILE=.\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake
- run: cmake --build build\\
- run: echo ""
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ cd vcpkg
cd ..
.\vcpkg\vcpkg install
```
3. Open Visual studio and go to Project --> CMake Settings --> CMake Command arguments and set it:
```bash
vcpkg/vcpkg/scripts/buildsystems/vcpkg.cmake
```
4. Then delete and reload cache (by right clicking on the project)
3. Open the project with visual studio

5. Click on main.cpp and run the default scene

Expand Down

0 comments on commit 6e70c86

Please sign in to comment.