mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 10:39:06 +08:00
5 lines
201 B
Plaintext
5 lines
201 B
Plaintext
|
The Effects (FX) system for Direct3D 11 package is compatible with built-in CMake targets:
|
||
|
|
||
|
find_package(effects11 CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE Microsoft::Effects11)
|