aboutsummaryrefslogtreecommitdiff
path: root/ports/raylib/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/raylib/usage')
-rw-r--r--ports/raylib/usage4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/raylib/usage b/ports/raylib/usage
index 936b74f50..94ce10978 100644
--- a/ports/raylib/usage
+++ b/ports/raylib/usage
@@ -1,5 +1,5 @@
The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:
find_package(@PORT@ CONFIG REQUIRED)
- target_include_directories(main PRIVATE ${raylib_INCLUDE_DIRS})
- target_link_libraries(main PRIVATE ${raylib_LIBRARIES})
+ target_include_directories(main PRIVATE ${RAYLIB_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${RAYLIB_LIBRARIES})