ref: 8e668058eaedc563b3d14ce1c364abaca3907c98 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)