Codebase list frei0r / lintian-fixes/main src / CMakeLists.txt
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

CMakeLists.txt @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
set (CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed")
if(NOT MSVC)
  link_libraries(m)
endif()
add_subdirectory (filter)
add_subdirectory (generator)
add_subdirectory (mixer2)
add_subdirectory (mixer3)