ref: 9dfc4c0d3977e125f3752876d8392f5c926972b0 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)