mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
928c150043
* Initial open-dis-cpp port * Correct vcpkg file and versions file * Add open-dis-cpp version file * Remove unused variables * prefer ninja * use master for now * Tweak portfile for sha * Update sha512 * Remove debug include files * Use forked repo for testing * Update sha512 * Update version database * Update usage * Update version database * Update to 1.0.1 release * Correct repo path * Update sha512 * Update versions * Correct cmake options * Update version database
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)
|