shithub: sox

ref: 804b3a0d89a14956f6c39db54b5b35b3e5d6d528
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)