mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 09:49:25 +08:00
5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
|
Ptex provides CMake targets:
|
||
|
|
||
|
find_package(ptex CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:Ptex::Ptex_dynamic>,Ptex::Ptex_dynamic,Ptex::Ptex_static>)
|