Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Дорожкин Дмитрий Михайлович
PAC-MAN
Commits
4f53f127
Commit
4f53f127
authored
2 weeks ago
by
Дорожкин Дмитрий Михайлович
Browse files
Options
Download
Patches
Plain Diff
initial commit!
parents
main
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+7
-0
.gitignore
CMakeLists.txt
+13
-0
CMakeLists.txt
with
20 additions
and
0 deletions
+20
-0
.gitignore
0 → 100644
+
7
−
0
View file @
4f53f127
.DS_Store
.idea/
cmake-build-debug/
out/
.vs/
build/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
CMakeLists.txt
0 → 100644
+
13
−
0
View file @
4f53f127
cmake_minimum_required
(
VERSION 3.29
)
project
(
PAC-MAN
)
set
(
CMAKE_CXX_STANDARD 20
)
#include(FetchContent)
#set(BUILD_SHARED_LIBS OFF) # Отключаем динамическую линковку (будет статическая)
#FetchContent_Declare(SFML GIT_REPOSITORY https://github.com/SFML/SFML.git GIT_TAG 2.6.1)
#FetchContent_MakeAvailable(SFML)
#
#target_link_libraries(PAC-MAN PRIVATE sfml-window sfml-audio sfml-graphics sfml-system)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets