Compare commits

...

3 Commits

Author SHA1 Message Date
220daae156 .idea/modules.xml gelöscht 2025-12-08 16:12:05 +00:00
f759b70029 gamestate update 2025-12-08 17:08:53 +01:00
526bfc7f5c gamestate update 2025-12-08 17:07:42 +01:00

View File

@ -24,7 +24,9 @@ set(INCLUDE_DIRS
)
# 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
target_include_directories(${PROJECT_NAME} PRIVATE ${INCLUDE_DIRS})