Commit 4f53f127 authored by Дорожкин Дмитрий Михайлович's avatar Дорожкин Дмитрий Михайлович :speech_balloon:
Browse files

initial commit!

parents
No related merge requests found
Showing with 20 additions and 0 deletions
+20 -0
.gitignore 0 → 100644
.DS_Store
.idea/
cmake-build-debug/
out/
.vs/
build/
\ No newline at end of file
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment