CMake: use wx prefix in library names
Rename all library targets to start with wx. This way it does not use generic names like base or core that could interfere with other libraries that add include the wxWidgets project.
This commit is contained in:
@@ -11,6 +11,6 @@ include(../../source_groups.cmake)
|
||||
|
||||
wx_append_sources(RIBBON_FILES RIBBON)
|
||||
|
||||
wx_add_library(ribbon ${RIBBON_FILES})
|
||||
wx_add_library(wxribbon ${RIBBON_FILES})
|
||||
|
||||
wx_finalize_lib(ribbon)
|
||||
wx_finalize_lib(wxribbon)
|
||||
|
Reference in New Issue
Block a user