libcmo21/LibCmo/CK2/ObjImpls/CKTargetLight.cpp
yyc12345 d29d40448b 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.
2024-12-23 09:23:46 +08:00

7 lines
98 B
C++

#include "CKTargetLight.hpp"
#include "../CKStateChunk.hpp"
namespace LibCmo::CK2::ObjImpls {
}