aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/projectm-eval/usage
blob: f1fcdb84668f5dae50dd0dc7689b172a112e9a09 (plain)
1
2
3
4
5
6
7
8
9
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)