shithub: sox

ref: 0e90c7f765e3c04f07196c08ed57bc9fa90f6fb6
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)