diff --git a/NonLinearSolver/CMakeLists.txt b/NonLinearSolver/CMakeLists.txt index 05666facb1d652c2c8764ac1c0c797a836c5fa19..3e9576d3827e3ee46972fa7e0f42e87fb2005039 100644 --- a/NonLinearSolver/CMakeLists.txt +++ b/NonLinearSolver/CMakeLists.txt @@ -3,8 +3,8 @@ # See the LICENSE.txt file for license information. Please report all # bugs and problems to <gmsh@geuz.org>. -add_subdirectory(InternalPoints) -include_directories(InternalPoints) +add_subdirectory(internalPoints) +include_directories(internalPoints) append_gmsh_src(NonLinearSolver "${SRC};${HDR}") set(GMSH_DIRS ${GMSH_DIRS};NonLinearSolver PARENT_SCOPE)