Skip to content
Snippets Groups Projects
Commit 29513389 authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Add files

parent 3d2f4b94
No related branches found
No related tags found
No related merge requests found
# Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle
#
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to <gmsh@geuz.org>.
add_subdirectory(InternalPoints)
include_directories(InternalPoints)
append_gmsh_src(NonLinearSolver "${SRC};${HDR}")
set(GMSH_DIRS ${GMSH_DIRS};NonLinearSolver PARENT_SCOPE)
# Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle
#
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to <gmsh@geuz.org>.
set(SRC
ipstate.cpp
)
file(GLOB HDR RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.h)
append_gmsh_src(NonLinearSolver/internalPoints "${SRC};${HDR}")
#include "ipstate.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment