forked from boostorg/endian
Update CMakeLists
This commit is contained in:
@ -15,11 +15,9 @@ target_include_directories(boost_endian INTERFACE include)
|
|||||||
|
|
||||||
target_link_libraries(boost_endian
|
target_link_libraries(boost_endian
|
||||||
INTERFACE
|
INTERFACE
|
||||||
Boost::assert
|
|
||||||
Boost::config
|
Boost::config
|
||||||
Boost::core
|
Boost::core
|
||||||
Boost::predef
|
Boost::predef
|
||||||
Boost::static_assert
|
Boost::static_assert
|
||||||
Boost::type_traits
|
Boost::type_traits
|
||||||
Boost::utility
|
|
||||||
)
|
)
|
||||||
|
@ -18,21 +18,15 @@ endfunction()
|
|||||||
|
|
||||||
# primary dependencies
|
# primary dependencies
|
||||||
|
|
||||||
boost_add_subdir(assert)
|
|
||||||
boost_add_subdir(config)
|
boost_add_subdir(config)
|
||||||
boost_add_subdir(core)
|
boost_add_subdir(core)
|
||||||
boost_add_subdir(predef)
|
boost_add_subdir(predef)
|
||||||
boost_add_subdir(static_assert)
|
boost_add_subdir(static_assert)
|
||||||
boost_add_subdir(type_traits)
|
boost_add_subdir(type_traits)
|
||||||
boost_add_subdir(utility)
|
|
||||||
|
|
||||||
# secondary dependencies
|
# secondary dependencies
|
||||||
|
|
||||||
boost_add_subdir(container_hash)
|
boost_add_subdir(assert)
|
||||||
boost_add_subdir(preprocessor)
|
|
||||||
boost_add_subdir(throw_exception)
|
|
||||||
boost_add_subdir(detail)
|
|
||||||
boost_add_subdir(integer)
|
|
||||||
|
|
||||||
# --target check
|
# --target check
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user