#[[
The registry of pages in the Preferences dialog and some of those pages
]]

set( TARGET au3-preference-pages )

set( SOURCES
   LibraryPrefs.cpp
   LibraryPrefs.h
   PrefsPanel.cpp
   PrefsPanel.h
)
set( LIBRARIES
   au3-registries-interface
   au3-shuttlegui-interface
   au3-wx-wrappers-interface
   au3-strings-interface
   wxBase
)
audacity_library( ${TARGET} "${SOURCES}" "${LIBRARIES}"
   "" ""
)
