shithub: sox

ref: 367f1ee690609d7173ba2e51d74d17fd3182b350
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)