Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
766 changes: 766 additions & 0 deletions BearLibTerminal.h

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.30)
project(roughlike)

set(CMAKE_CXX_STANDARD 20)

add_executable(roughlike main.cpp)
Binary file added a.out
Binary file not shown.
5 changes: 4 additions & 1 deletion cmake-build-debug/CMakeFiles/clion-Debug-log.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
CMakeLists.txt not found in /home/doctor/CLionProjects/roughlike Select CMakeLists.txt
/home/doctor/Downloads/CLion-2024.3.4/clion-2024.3.4/bin/cmake/linux/x64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/home/doctor/Downloads/CLion-2024.3.4/clion-2024.3.4/bin/ninja/linux/x64/ninja -G Ninja -S /home/doctor/CLionProjects/roughlike -B /home/doctor/CLionProjects/roughlike/cmake-build-debug
-- Configuring done (0.0s)
-- Generating done (0.0s)
-- Build files have been written to: /home/doctor/CLionProjects/roughlike/cmake-build-debug
Binary file added libBearLibTerminal.so
Binary file not shown.
Loading