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})