grim/gplate

some more testing migration stuff.

2012-09-04, Gary Kramlich
7f8e0e4f250f
some more testing migration stuff.
Variables aren't done yet
add_subdirectory(functions)
add_subdirectory(tags)
add_subdirectory(variables)
set(GPLATE_HEADERS
gplate.h
gplate-collection.h
gplate-config.h
gplate-errors.h
gplate-function.h
gplate-iterator.h
gplate-library.h
gplate-tag.h
gplate-template.h
gplate-util.h
gplate-variable.h
)
add_library(gplate SHARED
gplate-collection.c
gplate-config.c
gplate-errors.c
gplate-function.c
gplate-iterator.c
gplate-library.c
gplate-tag.c
gplate-template.c
gplate-util.c
gplate-variable.c
)
target_link_libraries(gplate
${GLIB_LIBRARIES}
gplate-functions
gplate-tags
gplate-variables
)