Added animation_curve to the examples in CMake (#336)

This commit is contained in:
krüpitskas 2023-09-25 13:22:09 +02:00 committed by GitHub
parent aada7c6a42
commit c59bacb1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ if(${BUILD_RAYGUI_EXAMPLES})
# Get the sources together
set(example_dirs
animation_curve
controls_test_suite
custom_file_dialog
custom_sliders
@ -72,4 +73,4 @@ if(${BUILD_RAYGUI_EXAMPLES})
# Copy all of the resource files to the destination
file(COPY ${example_resources} DESTINATION "resources/")
endif()
endif()