
ADD_EXECUTABLE(rmdbgtool rmdbgtool.c)
TARGET_LINK_LIBRARIES(rmdbgtool roy)
    
INSTALL_PROGRAMS(/bin/ rmdbgtool)

