소스 검색

Added animation_curve to the examples in CMake (#336)

krüpitskas 2 년 전
부모
커밋
c59bacb1bc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      projects/CMake/CMakeLists.txt

+ 2 - 1
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()
+endif()