some files have been added

This commit is contained in:
Widerstand 2025-10-28 16:06:19 +01:00
parent 306307320f
commit b45e9340ff
3 changed files with 18 additions and 0 deletions

2
.idea/info2Praktikum-Wortsalat.iml generated Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="CMake" type="CPP_MODULE" version="4" />

16
CMakeLists.txt Normal file
View File

@ -0,0 +1,16 @@
cmake_minimum_required(VERSION 4.0)
project(info2Praktikum_Wortsalat)
set(CMAKE_C_STANDARD 11)
include_directories(Start_Windows)
add_executable(info2Praktikum_Wortsalat
Start_Windows/main.c
Start_Windows/game.c
Start_Windows/input.c
)
if(WIN32)
target_link_libraries(info2Praktikum_Wortsalat kernel32 user32 gdi32 winspool shell32 ole32 oleaut32 uuid comdlg32 advapi32)
endif()

BIN
Start_Windows/game.exe Normal file

Binary file not shown.