2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 04:02:16 +00:00

Update CMakeLists.txt

This commit is contained in:
Peter Dimov
2024-03-28 20:32:41 +02:00
parent 56b776fc29
commit bba8d5f101

View File

@@ -15,6 +15,8 @@ target_include_directories(boost_compat INTERFACE include)
target_link_libraries(boost_compat target_link_libraries(boost_compat
INTERFACE INTERFACE
Boost::assert Boost::assert
Boost::config
Boost::throw_exception
) )
target_compile_features(boost_compat INTERFACE cxx_std_11) target_compile_features(boost_compat INTERFACE cxx_std_11)