CMake: Set precompiled headers when adding libraries

Combine the three pch related functions into one.
This commit is contained in:
Maarten Bent
2022-04-09 16:25:40 +02:00
parent e2a02d4206
commit 614d58bf38
18 changed files with 9 additions and 57 deletions

View File

@@ -21,5 +21,3 @@ if(wxUSE_LIBMSPACK)
wx_lib_include_directories(wxhtml ${MSPACK_INCLUDE_DIRS})
wx_lib_link_libraries(wxhtml PRIVATE ${MSPACK_LIBRARIES})
endif()
wx_finalize_lib(wxhtml)