Ask Your Question
2

What is the reason for deprecating the usage of '..\lib\tgbot.lib' in C++ CMake to '..\lib'?

asked 2023-07-10 08:13:11 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-07-10 08:26:01 +0000

qstack gravatar image

The reason for deprecating the usage of '..\lib\tgbot.lib' in C++ CMake to '..\lib' is because it is no longer necessary to specify the exact filename of the library in the CMake file. Instead, specifying the directory where the library is located is sufficient, and CMake will link the library automatically. This makes it easier to update the library version in the future, without having to change the CMake file. Additionally, it adds flexibility for different platforms or library builds, which may have different filenames or extensions.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-10 08:13:11 +0000

Seen: 11 times

Last updated: Jul 10 '23