Open arkadiuk opened 6 years ago
So,
The problem was with my directory I've pointed to : set(LibSourcey_ROOT_DIR "/usr/local/share/libsourcey")
I've changed it to /home/
Now to overdue other problem with unknown references I have to include also
# LibSourcey_DEFINITIONS - Compiler switches required for using the required components.
- # LibSourcey_LIBRARY_DIRS - Library directories necessary for using the required components.
- # LibSourcey_LIBRARIES - Link these to use the required components.
Unfortunately I don't see any references to these variables in find*.cmake so I have to define them on my own.
Could anyone help me with this problem
I have builded my project in /home/
Accidentally I closed the Issue
We need to provide following variables to cmake
command
LibSourcey_ROOT_DIR=$LibSourcey_INSTALL_DIR -DLibSourcey_INCLUDE_DIR=$LibSourcey_INCLUDE_DIR -DLibSourcey_LIBRARY_DIR=$LibSourcey_LIB_DIR
Root and include dir points to headers location and Lib dir points to location of lib files
Hi, When I tried to compile one of examples projects (deviceEnumerator.cpp) I got this error
Here is my CMakeLists:
I am running Ubuntu 16.04 distro. Could someone help and tell me what am i missing ?
Thank you in advance.