Skip to content

Commit

Permalink
fix cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyr committed Jul 15, 2022
1 parent 0d599c9 commit 01e02ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ add_custom_target(Install_${PROJECT_NAME})
foreach(
APP
CoreExample
CurveEditor
CustomCameraManipulator
DrawPrimitives
EntityAnimation
Expand All @@ -25,7 +26,6 @@ foreach(
SimpleAnimation
SimpleSimulation
TexturedQuad
CurveEditor
)
add_subdirectory(${APP})
add_dependencies(${PROJECT_NAME} ${APP})
Expand Down

0 comments on commit 01e02ec

Please sign in to comment.