Skip to content

Commit

Permalink
Change order so SofaGLFW and SofaIMGUI are already in the target stac…
Browse files Browse the repository at this point in the history
…k when runSofa produce the plugin_list.cong.default
  • Loading branch information
bakpaul committed Dec 20, 2024
1 parent 6275d11 commit c3c62ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/projects/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ sofa_add_subdirectory(application GenerateRigid GenerateRigid)
sofa_add_subdirectory(application SofaPhysicsAPI SofaPhysicsAPI)
sofa_add_subdirectory(application SofaGuiGlut SofaGuiGlut OFF)

sofa_add_subdirectory(directory SofaGLFW SofaGLFW EXTERNAL GIT_REF master ON)
sofa_add_subdirectory(application runSofa runSofa ON)
sofa_add_subdirectory(application sofaOPENCL sofaOPENCL OFF)

sofa_add_subdirectory(directory Regression Regression EXTERNAL GIT_REF master)
sofa_add_subdirectory(directory SofaGLFW SofaGLFW EXTERNAL GIT_REF master ON)
sofa_add_subdirectory(application sofaProjectExample sofaProjectExample)
sofa_add_subdirectory(application sofaInfo sofaInfo)

0 comments on commit c3c62ac

Please sign in to comment.