
#---------------------------------------
# import source from src directory
set(src_SOURCES 
  MakeBBox.cxx
  VolVizScalarSet.cxx
  VolMeshViz_01.cxx
)

set(include_SOURCES
  MakeBBox.h
  VolVizScalarSet.h
)

create_vcproj_hierarchy("Header Files/Mesh" ${MESHSAMPLES_DIR} ${meshsample_HEADERS})
create_vcproj_hierarchy("Source Files/Mesh" ${MESHSAMPLES_DIR} ${meshsample_SOURCES})

add_oiv_executable(VolumeMesh ${src_SOURCES} ${include_SOURCES} ${meshsample_SOURCES} ${meshsample_HEADERS})

#---------------------------------------
# Create target
target_link_libraries(VolumeMesh ${VolumeViz_LIBRARIES} ${LDM_LIBRARIES})
