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(PROPGRID_FILES PROPGRID)
|
||||
|
||||
wx_add_library(propgrid ${PROPGRID_FILES})
|
||||
wx_add_library(wxpropgrid ${PROPGRID_FILES})
|
||||
|
||||
wx_finalize_lib(propgrid)
|
||||
wx_finalize_lib(wxpropgrid)
|
||||
|
Reference in New Issue
Block a user