-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1e9742
commit 0f883bc
Showing
36 changed files
with
160 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
cmake_minimum_required(VERSION 3.14) | ||
project(untitled) | ||
project(tetris) | ||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17") | ||
|
||
set(SOURCE_FILES main.cpp) | ||
add_executable(untitled ${SOURCE_FILES}) | ||
add_executable(tetris ${SOURCE_FILES}) | ||
include_directories(/usr/local/include) | ||
|
||
find_package(SFML 2.5 COMPONENTS system window graphics network audio REQUIRED) | ||
include_directories(${SFML_INCLUDE_DIRS}) | ||
target_link_libraries(untitled sfml-system sfml-window sfml-graphics sfml-audio sfml-network) | ||
target_link_libraries(tetris sfml-system sfml-window sfml-graphics sfml-audio sfml-network) |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
# ninja log v5 | ||
20 526 1711273352298667055 CMakeFiles/untitled.dir/main.cpp.o 663be03a6d60196e | ||
527 570 1711273352344429815 untitled 17928892a736b80 | ||
7 380 1711273420533167665 CMakeFiles/untitled.dir/main.cpp.o 663be03a6d60196e | ||
380 411 1711273420567026436 untitled 17928892a736b80 | ||
6 408 1711273448645108497 CMakeFiles/untitled.dir/main.cpp.o 663be03a6d60196e | ||
408 444 1711273448682150629 untitled 17928892a736b80 | ||
7 490 1711273472952374062 CMakeFiles/untitled.dir/main.cpp.o 663be03a6d60196e | ||
490 527 1711273472990365689 untitled 17928892a736b80 | ||
8 725 1711274302153464594 CMakeFiles/untitled.dir/main.cpp.o 663be03a6d60196e | ||
725 894 1711274302323461905 untitled 17928892a736b80 | ||
390 425 1711275378837552001 untitled 17928892a736b80 | ||
2 507 1711276428863206028 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
509 546 1711276428904070501 tetris 7d28cb9100b31f88 | ||
7 467 1711276535351009084 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
467 503 1711276535388739145 tetris 7d28cb9100b31f88 | ||
6 469 1711276643142141359 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
469 505 1711276643179477102 tetris 7d28cb9100b31f88 | ||
7 481 1711276716975244271 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
481 519 1711276717014903594 tetris 7d28cb9100b31f88 | ||
6 466 1711276854869457565 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
466 500 1711276854904530741 tetris 7d28cb9100b31f88 | ||
5 452 1711277054428826311 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
452 487 1711277054466794642 tetris 7d28cb9100b31f88 | ||
6 381 1711277061628765707 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
381 413 1711277061663665385 tetris 7d28cb9100b31f88 | ||
5 385 1711277067270607361 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
385 416 1711277067305700579 tetris 7d28cb9100b31f88 | ||
6 379 1711277072807809898 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
379 410 1711277072842071828 tetris 7d28cb9100b31f88 | ||
5 381 1711277078289793016 CMakeFiles/tetris.dir/main.cpp.o e6cbe58434db6762 | ||
381 413 1711277078323302700 tetris 7d28cb9100b31f88 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
cmake-build-debug/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_C.bin
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
cmake-build-debug/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_CXX.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.