Skip to content

Commit f51761b

Browse files
committed
Added missing source file definitions
1 parent 3a7957a commit f51761b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ Set(SOURCEPYTHON_MEMORY_MODULE_HEADERS
304304
core/modules/memory/memory_utilities.h
305305
core/modules/memory/memory_wrap.h
306306
core/modules/memory/memory_rtti.h
307+
core/modules/memory/memory_exception.h
307308
)
308309

309310
Set(SOURCEPYTHON_MEMORY_MODULE_SOURCES
@@ -313,6 +314,7 @@ Set(SOURCEPYTHON_MEMORY_MODULE_SOURCES
313314
core/modules/memory/memory_scanner.cpp
314315
core/modules/memory/memory_wrap.cpp
315316
core/modules/memory/memory_rtti.cpp
317+
core/modules/memory/memory_exception.cpp
316318
)
317319

318320
# ------------------------------------------------------------------

0 commit comments

Comments
 (0)