新增根据帧数控制可见性
This commit is contained in:
@@ -9,6 +9,11 @@ set(CORE_SOURCES
|
||||
${CORE_ROOT}/animation/AnimationSampling.cpp
|
||||
${CORE_ROOT}/depth/DepthService.cpp
|
||||
${CORE_ROOT}/net/ModelServerClient.cpp
|
||||
${CORE_ROOT}/library/EntityJson.cpp
|
||||
${CORE_ROOT}/library/ToolJson.cpp
|
||||
${CORE_ROOT}/library/ResourceLibraryProvider.cpp
|
||||
${CORE_ROOT}/library/OnlineResourceLibraryProvider.cpp
|
||||
${CORE_ROOT}/eval/ProjectEvaluator.cpp
|
||||
)
|
||||
|
||||
set(CORE_HEADERS
|
||||
@@ -20,6 +25,11 @@ set(CORE_HEADERS
|
||||
${CORE_ROOT}/animation/AnimationSampling.h
|
||||
${CORE_ROOT}/depth/DepthService.h
|
||||
${CORE_ROOT}/net/ModelServerClient.h
|
||||
${CORE_ROOT}/library/EntityJson.h
|
||||
${CORE_ROOT}/library/ToolJson.h
|
||||
${CORE_ROOT}/library/ResourceLibraryProvider.h
|
||||
${CORE_ROOT}/library/OnlineResourceLibraryProvider.h
|
||||
${CORE_ROOT}/eval/ProjectEvaluator.h
|
||||
)
|
||||
|
||||
add_library(core STATIC
|
||||
|
||||
Reference in New Issue
Block a user