mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 00:09:07 +08:00
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
projectm-eval provides CMake targets:
|
|
|
|
find_package(projectM-Eval REQUIRED)
|
|
target_link_libraries(main PRIVATE projectM::Eval)
|
|
|
|
To use the ns-eel2 shim with the Milkdrop codebase:
|
|
|
|
find_package(projectM-Eval REQUIRED COMPONENTS Milkdrop)
|
|
target_link_libraries(main PRIVATE projectM::ns-eel2)
|