Codebase list frei0r / 4c183f4 src / CMakeLists.txt
4c183f4

Tree @4c183f4 (Download .tar.gz)

CMakeLists.txt @4c183f4raw · 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)