Compare commits
2 Commits
87e190dfd6
...
f759b70029
| Author | SHA1 | Date | |
|---|---|---|---|
| f759b70029 | |||
| 526bfc7f5c |
9
.idea/modules.xml
generated
Normal file
9
.idea/modules.xml
generated
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?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,7 +24,9 @@ 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})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user