Completely remove "adv" library from CMake build system

This build system is new and so doesn't need to keep "adv" for
compatibility.
This commit is contained in:
Vadim Zeitlin
2018-08-27 20:40:55 +02:00
parent 424bc34d9d
commit f71c4f55a3
10 changed files with 38 additions and 392 deletions

View File

@@ -56,4 +56,15 @@ foreach(lib JPEG PNG TIFF)
endif()
endforeach()
if(WIN32)
wx_lib_link_libraries(core PRIVATE
winmm
)
endif()
if(WXOSX_COCOA)
wx_lib_link_libraries(core PUBLIC
"-framework AudioToolbox"
)
endif()
wx_finalize_lib(core)