From 01e02ec1c92036b67672921f1f6e9b5382333edf Mon Sep 17 00:00:00 2001 From: dlyr Date: Fri, 15 Jul 2022 10:15:50 +0200 Subject: [PATCH] fix cmakelist --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 53bee69bf0b..4ee113a751d 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -14,6 +14,7 @@ add_custom_target(Install_${PROJECT_NAME}) foreach( APP CoreExample + CurveEditor CustomCameraManipulator DrawPrimitives EntityAnimation @@ -25,7 +26,6 @@ foreach( SimpleAnimation SimpleSimulation TexturedQuad - CurveEditor ) add_subdirectory(${APP}) add_dependencies(${PROJECT_NAME} ${APP})