Compare commits
No commits in common. "f759b700298f29c27063d0d7652437b1f9b03009" and "87e190dfd6c9f7d40ae7ba7f7da546277320ac5b" have entirely different histories.
f759b70029
...
87e190dfd6
9
.idea/modules.xml
generated
9
.idea/modules.xml
generated
@ -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>
|
||||
@ -24,9 +24,7 @@ set(INCLUDE_DIRS
|
||||
)
|
||||
|
||||
# Create the executable target
|
||||
add_executable(${PROJECT_NAME} ${SRC_FILES}
|
||||
raylib/menu.h
|
||||
src/menu.cpp)
|
||||
add_executable(${PROJECT_NAME} ${SRC_FILES})
|
||||
|
||||
# Add include directories to the target
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ${INCLUDE_DIRS})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user