CPP – Build Library With CMakeLists.txt
Static Library Here is our project. Build MeshLib to a static library file to be used in widget. Source code files in MeshLib: MeshAnalyzer.h MeshAnalyzer.cpp CMakeLists.txt Key files in UI project: Widget.cpp Configures in CMakeLists.txt We need to set CMAKE_INSTALL_PREFIX Read more…