mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:39:08 +08:00
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
|
The package open-dis-cpp provides CMake targets:
|
||
|
|
||
|
find_package(OpenDIS CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE OpenDIS::OpenDIS6)
|
||
|
target_link_libraries(main PRIVATE OpenDIS::OpenDIS7)
|