#Then for each subdirectory listed in the SUBDIRS command,
# CMakeLists.txt files are created. In the ./Hello directory, the
# following CMakeLists.txt file is created:

# Create a library called "Hello" which includes the source file "hello.cxx".
# Any number of sources could be listed here.
ADD_LIBRARY(param param.cxx y.tab.cxx lex.yy.cxx)

INCLUDE_DIRECTORIES(${VISPACK_SOURCE_DIR}/include/util)





