Skip to content

Commit

Permalink
Merge pull request #103 from Qudix/powerof3/dev+
Browse files Browse the repository at this point in the history
Tweaks & Additions
  • Loading branch information
powerof3 authored Jan 28, 2024
2 parents b749cae + 55bdb18 commit 5532b1c
Show file tree
Hide file tree
Showing 15 changed files with 2,620 additions and 1,340 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ target_link_libraries(
binary_io::binary_io
spdlog::spdlog
Version.lib
Dbghelp.lib
)

target_precompile_headers(
Expand Down
9 changes: 8 additions & 1 deletion cmake/sourcelist.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,13 @@ set(SOURCES
include/RE/W/WerewolfFeedEffect.h
include/RE/Z/ZeroFunctionArguments.h
include/RE/Z/ZeroOverheadHeap.h
include/REL/ID.h
include/REL/Module.h
include/REL/Offset.h
include/REL/Pattern.h
include/REL/REL.h
include/REL/Relocation.h
include/REL/Version.h
include/SKSE/API.h
include/SKSE/Events.h
include/SKSE/IAT.h
Expand Down Expand Up @@ -1957,7 +1963,8 @@ set(SOURCES
src/RE/V/Variable.cpp
src/RE/V/VirtualMachine.cpp
src/RE/Z/ZeroFunctionArguments.cpp
src/REL/Relocation.cpp
src/REL/ID.cpp
src/REL/Module.cpp
src/SKSE/API.cpp
src/SKSE/IAT.cpp
src/SKSE/Impl/PCH.cpp
Expand Down
Loading

0 comments on commit 5532b1c

Please sign in to comment.