CMake: don't globally include wxWidgets headers

This commit is contained in:
Michael Maltese
2017-04-24 14:33:15 -07:00
parent f4c0723387
commit 6e1940c404
3 changed files with 11 additions and 7 deletions

View File

@ -895,3 +895,4 @@ else()
message(FATAL_ERROR "wxWidgets in Externals is not compatible with your platform")
endif()
add_library(wxWidgets::wxWidgets ALIAS wx)