Merge branch 'cmake-fixes' of https://github.com/MaartenBent/wxWidgets
CMake fixes including support for building wxGTK3 on Windows. See https://github.com/wxWidgets/wxWidgets/pull/768
This commit is contained in:
@@ -378,7 +378,7 @@ macro(wx_lib_include_directories name)
|
||||
list(APPEND wxMONO_INCLUDE_DIRS_PUBLIC ${_LIB_INCLUDE_DIRS_PUBLIC})
|
||||
list(APPEND wxMONO_INCLUDE_DIRS_PRIVATE ${_LIB_INCLUDE_DIRS_PRIVATE})
|
||||
else()
|
||||
target_include_directories(${name};${ARGN})
|
||||
target_include_directories(${name};BEFORE;${ARGN})
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
|
Reference in New Issue
Block a user