some files have been added
This commit is contained in:
parent
306307320f
commit
b45e9340ff
2
.idea/info2Praktikum-Wortsalat.iml
generated
Normal file
2
.idea/info2Praktikum-Wortsalat.iml
generated
Normal 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
16
CMakeLists.txt
Normal 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
BIN
Start_Windows/game.exe
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user