Compare commits

..

No commits in common. "f759b700298f29c27063d0d7652437b1f9b03009" and "87e190dfd6c9f7d40ae7ba7f7da546277320ac5b" have entirely different histories.

2 changed files with 1 additions and 12 deletions

9
.idea/modules.xml generated
View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Prog3Game.iml" filepath="$PROJECT_DIR$/.idea/Prog3Game.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/Programmieren_3b.iml" filepath="$PROJECT_DIR$/.idea/Programmieren_3b.iml" />
</modules>
</component>
</project>

View File

@ -24,9 +24,7 @@ set(INCLUDE_DIRS
) )
# Create the executable target # Create the executable target
add_executable(${PROJECT_NAME} ${SRC_FILES} add_executable(${PROJECT_NAME} ${SRC_FILES})
raylib/menu.h
src/menu.cpp)
# Add include directories to the target # Add include directories to the target
target_include_directories(${PROJECT_NAME} PRIVATE ${INCLUDE_DIRS}) target_include_directories(${PROJECT_NAME} PRIVATE ${INCLUDE_DIRS})