We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77076e1 commit 8a6a419Copy full SHA for 8a6a419
1 file changed
CMakeLists.txt
@@ -151,7 +151,10 @@ function(boost_capy_setup_properties target)
151
endfunction()
152
153
if (BOOST_CAPY_MRDOCS_BUILD)
154
- file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/mrdocs.cpp" "#include <boost/capy.hpp>\n")
+ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/mrdocs.cpp"
155
+ "#include <boost/capy.hpp>\n"
156
+ "#include <boost/capy/zlib.hpp>\n"
157
+ "#include <boost/capy/brotli.hpp>\n")
158
add_library(boost_capy_mrdocs "${CMAKE_CURRENT_BINARY_DIR}/mrdocs.cpp")
159
boost_capy_setup_properties(boost_capy_mrdocs)
160
boost_capy_setup_properties(boost_capy_mrdocs PUBLIC BOOST_CAPY_MRDOCS)
0 commit comments