# Build therml library 

# Build test 
ADD_EXECUTABLE(testrtherml testrtherml.c)
TARGET_LINK_LIBRARIES(testrtherml roy)
#TARGET_LINK_LIBRARIES(testrtherml ${ZLIB_LOCATION} roy)


