fix: fix CMake install path issue.

- fix the wrong reference in CMake script which install lib target into wrong directory.
- add file, change CMake script and modify header file for preparing develop of CKLight and CKCamera.
- fix doc typo.
This commit is contained in:
2024-12-23 09:23:46 +08:00
parent 305c0b1b65
commit d29d40448b
13 changed files with 75 additions and 7 deletions

View File

@ -36,7 +36,7 @@ namespace LibCmo::EncodingHelper {
* In underlying implementation, it actually is \c nullptr.
* Because EncodingToken is just a raw pointer.
*/
constexpr EncodingToken INVALID_ENCODING_TOKEN = nullptr;
inline constexpr EncodingToken INVALID_ENCODING_TOKEN = nullptr;
/**
* @brief Create encoding token by given universal encoding name.