ref: 2181b989cee60cf8456eb0df6067d275b19bb95b 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)