From c59bacb1bcd786ae6ae12493b33af02ac121dedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kr=C3=BCpitskas?= Date: Mon, 25 Sep 2023 13:22:09 +0200 Subject: [PATCH] Added animation_curve to the examples in CMake (#336) --- projects/CMake/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/CMake/CMakeLists.txt b/projects/CMake/CMakeLists.txt index 56b4c6a..046f6e3 100644 --- a/projects/CMake/CMakeLists.txt +++ b/projects/CMake/CMakeLists.txt @@ -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() \ No newline at end of file +endif()