mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:58:59 +08:00
b10c0ba13e
* Added basic info to ptc-print port. * Formatting json file. * Trying to add master branch instead of main. * Trying to add master branch instead of main. * Update git-tree. * CI baseline update. * Update ports/ptc-print/usage Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update ports/ptc-print/usage Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * CI baseline update. * Update ports/ptc-print/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update. * Update in usage file. * Formatting update. * Update. Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
ptc-print provides CMake targets:
|
|
|
|
find_package(ptcprint)
|
|
target_link_libraries(main PRIVATE ptcprint::ptcprint)
|
|
|