diff --git a/CMakeLists.txt b/CMakeLists.txt index 60e3999c09..e8ff80a0f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)