shithub: sox

ref: 39fee9b14fd9f4885fde52cf6698bb8ba65b240e
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)