mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-15 10:28:34 +05:00
disable debugging gui
This commit is contained in:
parent
7cd448c958
commit
a08dfa443d
@ -15,7 +15,7 @@ target_sources(nglib PRIVATE
|
|||||||
boundarylayer2d.cpp
|
boundarylayer2d.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries( nglib PRIVATE usockets netgen_metis "$<BUILD_INTERFACE:netgen_python>" )
|
target_link_libraries( nglib PRIVATE netgen_metis "$<BUILD_INTERFACE:netgen_python>" )
|
||||||
|
|
||||||
install(FILES
|
install(FILES
|
||||||
adfront2.hpp adfront3.hpp basegeom.hpp bcfunctions.hpp bisect.hpp
|
adfront2.hpp adfront3.hpp basegeom.hpp bcfunctions.hpp bisect.hpp
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
#include <core/python_ngcore.hpp>
|
#include <core/python_ngcore.hpp>
|
||||||
|
|
||||||
#include "pybind11/gil.h"
|
|
||||||
|
|
||||||
#ifdef NETGEN_DEBUGGING_GUI
|
#ifdef NETGEN_DEBUGGING_GUI
|
||||||
#include "websockets/App.h"
|
#include "websockets/App.h"
|
||||||
#endif // NETGEN_DEBUGGING_GUI
|
#endif // NETGEN_DEBUGGING_GUI
|
||||||
|
Loading…
Reference in New Issue
Block a user