# Add as "system headers" to avoid warnings generated by them with
# compilers that support that notion.
include_directories(SYSTEM
  "${AvogadroLibs_SOURCE_DIR}/thirdparty/pugixml")

add_executable(bodrparse bodrparse.cxx)
