Compare commits

..

No commits in common. "master" and "count" have entirely different histories.

View File

@ -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})