Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/powerof3/CommonLibSSE into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Feb 15, 2024
2 parents 9024765 + 9e9e2da commit 37c738c
Show file tree
Hide file tree
Showing 17 changed files with 2,625 additions and 1,345 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 37c738c

Please sign in to comment.