mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
The package bext-mp provides CMake targets:
|
|
|
|
find_package(mp CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE Boost::mp)
|
|
set_property(TARGET main PROPERTY CXX_EXTENSIONS OFF)
|