Using the "Player" package
Hi,
I am trying to use the "Player" package with a package that I am working on, but I can't seem to find any documentation telling me how to use that package.
Right now, I have "player" listed as a dependency in my manifest.xml file of the package I'm writing, and that's it. Running "cmake ." in the directory doesn't give any errors. Running "make" tells me that it's not finding any Player packages.
Is there something I'm missing in CMakeLists.txt?
Thanks!