Skip to content

Commit 9302a1c

Browse files
committed
fix: regenerate cmake sourcelist
1 parent 43b929f commit 9302a1c

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

CommonLibF4/cmake/sourcelist.cmake

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@ set(SOURCES
430430
include/RE/VTABLE_IDs.h
431431
include/RE/msvc/memory.h
432432
include/RE/msvc/typeinfo.h
433+
include/REL/ASM.h
434+
include/REL/Hook.h
435+
include/REL/HookObject.h
436+
include/REL/HookStore.h
433437
include/REL/IAT.h
434438
include/REL/ID.h
435439
include/REL/IDDB.h
@@ -439,6 +443,8 @@ set(SOURCES
439443
include/REL/REL.h
440444
include/REL/Relocation.h
441445
include/REL/Segment.h
446+
include/REL/Trampoline.h
447+
include/REL/Utility.h
442448
include/REL/Version.h
443449
include/REX/PS4.h
444450
include/REX/PS4/SCEPAD.h
@@ -447,6 +453,7 @@ set(SOURCES
447453
include/REX/REX/EnumSet.h
448454
include/REX/REX/INI.h
449455
include/REX/REX/JSON.h
456+
include/REX/REX/LOG.h
450457
include/REX/REX/Setting.h
451458
include/REX/REX/Singleton.h
452459
include/REX/REX/TOML.h
@@ -483,7 +490,6 @@ set(SOURCES
483490
src/F4SE/InputMap.cpp
484491
src/F4SE/Interfaces.cpp
485492
src/F4SE/Logger.cpp
486-
src/F4SE/Trampoline.cpp
487493
src/RE/Bethesda/Actor.cpp
488494
src/RE/Bethesda/BGSInventoryItem.cpp
489495
src/RE/Bethesda/BSExtraData.cpp
@@ -522,10 +528,13 @@ set(SOURCES
522528
src/RE/NetImmerse/NiRect.cpp
523529
src/RE/NetImmerse/NiTransform.cpp
524530
src/RE/Scaleform/GFx/GFx_Player.cpp
531+
src/REL/HookObject.cpp
532+
src/REL/HookStore.cpp
525533
src/REL/IAT.cpp
526534
src/REL/IDDB.cpp
527535
src/REL/Module.cpp
528-
src/REL/Relocation.cpp
536+
src/REL/Trampoline.cpp
537+
src/REL/Utility.cpp
529538
src/REL/Version.cpp
530539
src/REX/REX.cpp
531540
src/REX/W32.cpp

0 commit comments

Comments
 (0)