shithub: sox

ref: dfe7ff454e0d9f28c28a0b2d7550c23c12c3b8e4
dir: /CMakeLists.txt/

View raw version
project(sox)

if(CMAKE_COMPILER_IS_GNUCC)
  add_definitions(-Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic)
endif(CMAKE_COMPILER_IS_GNUCC)

subdirs(src lpc10)