mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 15:31:31 +01:00
[uLib Geometry]
non working version! + adds ProgrammableAccessor + renaming of some Image structures ...
This commit is contained in:
34
src/Vtk/Makefile.am
Normal file
34
src/Vtk/Makefile.am
Normal file
@@ -0,0 +1,34 @@
|
||||
SUBDIRS = .
|
||||
|
||||
include $(top_srcdir)/Common.am
|
||||
include Vtk.am
|
||||
|
||||
|
||||
library_includedir = $(includedir)/libmutom-${PACKAGE_VERSION}/Vtk
|
||||
library_include_HEADERS = uLibVtkInterface.h \
|
||||
uLibVtkViewer.h \
|
||||
vtkContainerBox.h \
|
||||
vtkMuonScatter.h \
|
||||
vtkStructuredGrid.h \
|
||||
vtkVoxRaytracerRepresentation.h \
|
||||
vtkVoxImage.h
|
||||
# vtkHLineRepresentation.h \
|
||||
# vtkTriangleMesh.h
|
||||
|
||||
|
||||
_VTK_SOURCES = uLibVtkInterface.cxx \
|
||||
uLibVtkViewer.cpp \
|
||||
vtkContainerBox.cpp \
|
||||
vtkMuonScatter.cxx \
|
||||
vtkStructuredGrid.cpp \
|
||||
vtkVoxRaytracerRepresentation.cpp \
|
||||
vtkVoxImage.cpp
|
||||
#vtkTriangleMesh.cpp
|
||||
|
||||
|
||||
|
||||
noinst_LTLIBRARIES = libconvtk.la
|
||||
libconvtk_la_SOURCES = ${_VTK_SOURCES}
|
||||
libconvtk_la_LIBADD = $(AM_LIBS_ALL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user