Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions plugins/scene_index/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set(SRC
nurbsApproximatingSIP.cpp
meshLightResolvingSIP.cpp
renderPassSIP.cpp
instanceLightLinkingSIP.cpp
)

set(HDR
Expand All @@ -24,6 +25,7 @@ set(HDR
implicitSurfaceSIP.h
nurbsApproximatingSIP.h
meshLightResolvingSIP.h
instanceLightLinkingSIP.h
)

if (MTOA_BUILD)
Expand Down
1 change: 1 addition & 0 deletions plugins/scene_index/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ source_files = [
'nurbsApproximatingSIP.cpp',
'meshLightResolvingSIP.cpp',
'renderPassSIP.cpp',
'instanceLightLinkingSIP.cpp',
]

if local_env.get('MTOA_BUILD'):
Expand Down
Loading