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:
@ -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.
|
||||
|
Reference in New Issue
Block a user