CMake: expat code in separate file

Consistent with other external libraries.
This commit is contained in:
Maarten Bent
2018-01-27 13:33:31 +01:00
parent 8bad0d4d58
commit 5017c6c8c2
4 changed files with 23 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ if(wxBUILD_MONOLITHIC)
endif()
# Define third party libraries
set(LIBS_THIRDPARTY regex zlib)
set(LIBS_THIRDPARTY regex zlib expat)
if(wxUSE_GUI)
list(APPEND LIBS_THIRDPARTY jpeg png tiff)
endif()