summaryrefslogtreecommitdiff
path: root/src/share/CMakeLists.txt
blob: b3c5a712eaf4a8a84b06ebaaa0299a19eda53cf9 (plain)
1
2
3
4
5
6
7
8
add_subdirectory("replaygain_analysis")
add_subdirectory("replaygain_synthesis")
add_subdirectory("getopt")
add_subdirectory("utf8")
if(WIN32)
    add_subdirectory("win_utf8_io")
endif()
add_subdirectory("grabbag")