Merge pull request #203 from devZoGok/bf-202-build-err

Bf 202 build err
This commit is contained in:
devZoGok
2025-07-07 06:43:07 +00:00
committed by GitHub
4 changed files with 2 additions and 6 deletions
-3
View File
@@ -1,6 +1,3 @@
[submodule "external/SFML"]
path = external/SFML
url = https://github.com/SFML/SFML
[submodule "gameBase2"]
path = external/gameBase
url = https://github.com/devZoGok/gameBase
+1 -1
View File
@@ -14,7 +14,7 @@
- `git clone <battleship_url>`
- `cd Battteship`
- `git submodule update --init --recursive`
- `cmake -S . -B <build_dir> -G <present_visual_studio_version>`
- `cmake -S . -B <build_dir> [-G <present_visual_studio_version>] -DSFML_BUILD_GRAPHICS=0`
- open `build\ALL_BUILD.vcxproj`
- build the solution (in case of the fatal error C1128, use, for example, the `RelWithDebInfo` build configuration)
- copy and paste `battleship.exe` into `<build_dir>`
-1
Submodule external/SFML deleted from dd14d7c57f