I think in commit dced645 a lib prjfwas introduced but it is missing from this repository (see CMakeLists.txt ). Did you forget to include it in the repository or is the error on my end?
For reference, the error I get:
CMake Error at CMakeLists.txt:59 (add_library):
Cannot find source file:
/home/pi/software/console-client/pCloudCC/lib/prjf/pRJF.c
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
CMake Error: CMake can not determine linker language for target: pcloudcc_lib
CMake Error: Cannot determine link language for target "pcloudcc_lib".
Thanks!
I think in commit dced645 a lib
prjfwas introduced but it is missing from this repository (see CMakeLists.txt ). Did you forget to include it in the repository or is the error on my end?For reference, the error I get:
Thanks!