Static Lib *.a file

asked 2017-02-25 08:53:38 -0500

PSousa gravatar image

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: target_link_libraries(wiigo_human_interface_node /home/patrick/Desktop/lib/libstochhmm.a)

The .a file has the compiled lib with the .o files.

How can I use it?

edit retag flag offensive close merge delete