Skip to content

Commit

Permalink
Set compilation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Dec 20, 2024
1 parent 971351e commit 5d85838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ cmake_minimum_required(VERSION 3.12)

find_package(Sofa.Config REQUIRED)

sofa_add_subdirectory(plugin SofaGLFW SofaGLFW)
sofa_add_subdirectory(plugin SofaImGui SofaImGui)
sofa_add_subdirectory(plugin SofaGLFW SofaGLFW ON)
sofa_add_subdirectory(plugin SofaImGui SofaImGui ON)
sofa_add_subdirectory(application exe runSofaGLFW OFF)

0 comments on commit 5d85838

Please sign in to comment.