CMake: Make all target_include_directories private
There is no need to expose them to external projects.
This commit is contained in:
@@ -18,7 +18,7 @@ endif()
|
||||
wx_add_library(wxhtml ${HTML_FILES})
|
||||
|
||||
if(wxUSE_LIBMSPACK)
|
||||
wx_lib_include_directories(wxhtml PRIVATE ${MSPACK_INCLUDE_DIRS})
|
||||
wx_lib_include_directories(wxhtml ${MSPACK_INCLUDE_DIRS})
|
||||
wx_lib_link_libraries(wxhtml PRIVATE ${MSPACK_LIBRARIES})
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user