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:
@@ -12,6 +12,6 @@ include(../../source_groups.cmake)
|
||||
wx_append_sources(RICHTEXT_FILES RICHTEXT)
|
||||
|
||||
wx_add_library(richtext ${RICHTEXT_FILES})
|
||||
wx_lib_link_libraries(richtext PRIVATE adv html xml)
|
||||
wx_lib_link_libraries(richtext PRIVATE html xml)
|
||||
|
||||
wx_finalize_lib(richtext)
|
||||
|
Reference in New Issue
Block a user