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