external-project
CMake ExternalProject_Add() - Building with customized CMakeLists.txt
I am building lua as an external project and I want to use my own CMakeLists.txt instead of the bundled Makefile. This is what I have in my main CMakeLists.txt:[详细]
2023-04-08 02:10 分类:问答CMake - linking to library downloaded from ExternalProject_add()
I am trying to use ExternalProject_add() to download/install dependencies. It installs fine, but I can\'t figure out how to actually link the libraries after they are downloaded.[详细]
2023-03-13 12:42 分类:问答CMake & ExternalProject: Fails to find specific file
We have some dependency libraries in our repository. The main part is build with cmake. Now the cmake-makefiles shall build the dependency libraries, which do not have a cmake build system. For one sp[详细]
2023-02-01 11:41 分类:问答What VC++ compiler/linker does when building a C++ project with Managed Extension
The initial problem is that I tried to rebuild a C++ project with debug symbols and copied it to test machine, The output of the project is external COM server(.exe file).[详细]
2022-12-25 08:45 分类:问答