Codebase list frei0r / 6aa0371 src / CMakeLists.txt
6aa0371

Tree @6aa0371 (Download .tar.gz)

CMakeLists.txt @6aa0371raw · history · blame

1
2
3
4
5
6
set (CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed")
link_libraries(m)
add_subdirectory (filter)
add_subdirectory (generator)
add_subdirectory (mixer2)
add_subdirectory (mixer3)