Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 220daae156 | |||
| f759b70029 | |||
| 526bfc7f5c |
@ -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