0

我创建了一个视觉工作室 hello world 项目。现在我想添加一个库 pugixml。我能怎么做?

在 CMakeList 中:

cmake_minimum_required(VESION 3.18)
set(PROJECT_NAME hello_world)

PROJECT($(project_name) CXX C)

target_link_libraries( ??? )

我的 pugixml 库是:

pugi/lib/cmake/..#other stuff
pugi/lib/pkgconfig/..#other stuff
pugi/lib/pugilib.lib
pugi/bin/pugixml.dll
pugi/include/pugicongif.hpp pugixml.hpp

我怎样才能包含这个库?

4

0 回答 0