examples: fix build errors
This commit is contained in:
parent
8d103964fb
commit
38a0a71a55
@ -21,7 +21,7 @@ if(CMAKE_C_COMPILER_IS_GCC_COMPATIBLE)
|
||||
link_libraries(m) # -lm
|
||||
endif()
|
||||
|
||||
file(GLOB SUPPORT_STL_OCC_FILES ${CMAKE_SOURCE_DIR}/src/gmio_support/stl_occ.*)
|
||||
file(GLOB SUPPORT_STL_OCC_FILES ${CMAKE_SOURCE_DIR}/src/gmio_support/stl_occ_mesh.*)
|
||||
set(SUPPORT_STL_OCC_FILES_FILES ${SUPPORT_STL_OCC_FILES_FILES})
|
||||
|
||||
# gmio OpenCascade/STL support
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include <gmio_core/error.h>
|
||||
#include <gmio_stl/stl_io.h>
|
||||
#include <gmio_support/stl_occ.h>
|
||||
#include <gmio_support/stl_occ_mesh.h>
|
||||
#include <StlMesh_Mesh.hxx>
|
||||
#include <iostream>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include <gmio_core/error.h>
|
||||
#include <gmio_stl/stl_io.h>
|
||||
#include <gmio_support/stl_occ.h>
|
||||
#include <gmio_support/stl_occ_mesh.h>
|
||||
#include <StlMesh_Mesh.hxx>
|
||||
#include <iostream>
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include <gmio_core/error.h>
|
||||
#include <gmio_stl/stl_io.h>
|
||||
#include <gmio_support/stl_occ.h>
|
||||
#include <gmio_support/stl_occ_mesh.h>
|
||||
#include <StlMesh_Mesh.hxx>
|
||||
#include <iostream>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user