examples: fix build errors

This commit is contained in:
Hugues Delorme 2016-04-15 13:05:36 +02:00
parent 8d103964fb
commit 38a0a71a55
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ if(CMAKE_C_COMPILER_IS_GCC_COMPATIBLE)
link_libraries(m) # -lm link_libraries(m) # -lm
endif() 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}) set(SUPPORT_STL_OCC_FILES_FILES ${SUPPORT_STL_OCC_FILES_FILES})
# gmio OpenCascade/STL support # gmio OpenCascade/STL support

View File

@ -15,7 +15,7 @@
#include <gmio_core/error.h> #include <gmio_core/error.h>
#include <gmio_stl/stl_io.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 <StlMesh_Mesh.hxx>
#include <iostream> #include <iostream>

View File

@ -6,7 +6,7 @@
#include <gmio_core/error.h> #include <gmio_core/error.h>
#include <gmio_stl/stl_io.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 <StlMesh_Mesh.hxx>
#include <iostream> #include <iostream>

View File

@ -14,7 +14,7 @@
#include <gmio_core/error.h> #include <gmio_core/error.h>
#include <gmio_stl/stl_io.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 <StlMesh_Mesh.hxx>
#include <iostream> #include <iostream>