mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Added animation_curve to the examples in CMake (#336)
This commit is contained in:
@ -31,6 +31,7 @@ if(${BUILD_RAYGUI_EXAMPLES})
|
|||||||
|
|
||||||
# Get the sources together
|
# Get the sources together
|
||||||
set(example_dirs
|
set(example_dirs
|
||||||
|
animation_curve
|
||||||
controls_test_suite
|
controls_test_suite
|
||||||
custom_file_dialog
|
custom_file_dialog
|
||||||
custom_sliders
|
custom_sliders
|
||||||
@ -72,4 +73,4 @@ if(${BUILD_RAYGUI_EXAMPLES})
|
|||||||
|
|
||||||
# Copy all of the resource files to the destination
|
# Copy all of the resource files to the destination
|
||||||
file(COPY ${example_resources} DESTINATION "resources/")
|
file(COPY ${example_resources} DESTINATION "resources/")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user