
#---------------------------------------
# import source from src directory
set(src_SOURCES 
TessellatedSkin.cxx
QuadraticHexahedronCell.cxx
)

set(include_SOURCES 
QuadraticHexahedronCell.h
QuadraticMesh.h
)

create_vcproj_hierarchy("Header Files" ./ ${include_SOURCES})

#---------------------------------------
#
add_oiv_executable(TessellatedSkin ${src_SOURCES} ${include_SOURCES} )

target_link_libraries(TessellatedSkin ${MeshVizDataMapping_LIBRARIES})


