set (SRC
  PyConfig.c
  )

add_library(config ${SRC})
target_link_libraries(config common lcmtypes)
