ref: 8294be64e7ba4985568fd9dea2a897ffd49afe35 dir: /CMakeLists.txt/
project(sox) if(CMAKE_COMPILER_IS_GNUCC) add_definitions(-Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic) endif(CMAKE_COMPILER_IS_GNUCC) subdirs(src lpc10)