Open ivogeorg opened 1 year ago
A thing to try is to check what Makefile
cmake
creates and see if the proper linking is there. Experiment with the Makefile
first to get the right linkage and only then experiment with CMakeLists.txt
to achieve the right linkage in the generated Makefile
.
This is a good issue to learn about the CMake
build infrastructure.
The error messages from
cmake ..
andmake
on the project are as follows:The contents of the
CMakeLists.txt
file are as follows: