Skip to content

Commit

Permalink
Added animation_curve to the examples in CMake (raysan5#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
krupitskas authored Sep 25, 2023
1 parent aada7c6 commit c59bacb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/CMake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()

0 comments on commit c59bacb

Please sign in to comment.