Static Lib *.a file
Hi,
https://github.com/KorfLab/StochHMM I'm trying to use StochHMM a lib in C++ to develop Hidden Markov Models to do a classification job. The file I have is libstochhmm.a and I had put in my CMake: targetlinklibraries(wiigohumaninterface_node /home/patrick/Desktop/lib/libstochhmm.a)
The .a file has the compiled lib with the .o files.
How can I use it?
Asked by PSousa on 2017-02-25 09:53:38 UTC
Comments