Skip to content
Merged
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
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ setup_build_configuration()

# Add subdirectories for dependencies and projects
add_subdirectory("deps")
if(WIN32)
# cppmods link against the full UE4SS target; enable on Linux once libUE4SS.so links
add_subdirectory("cppmods")
endif()

option(UE4SS_BUILD_TESTS "Build native unit tests" OFF)
if(UE4SS_BUILD_TESTS)
enable_testing()
Expand Down
Binary file removed assets/MapGenBP/Content/MapGen/MapCreator.uasset
Binary file not shown.
Binary file not shown.
Binary file removed assets/MapGenBP/Content/MapGen/MeshStruct.uasset
Binary file not shown.
11 changes: 0 additions & 11 deletions assets/MapGenBP/Readme.md

This file was deleted.

2 changes: 0 additions & 2 deletions cmake/modules/IDEOrganization.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ function(organize_targets_by_source_dir)
set_target_properties(${target} PROPERTIES FOLDER "deps/first")
elseif(REL_SOURCE_DIR MATCHES "^deps/third")
set_target_properties(${target} PROPERTIES FOLDER "deps/third")
elseif(REL_SOURCE_DIR MATCHES "^cppmods")
set_target_properties(${target} PROPERTIES FOLDER "Mods")
elseif(REL_SOURCE_DIR MATCHES "^UE4SS")
set_target_properties(${target} PROPERTIES FOLDER "RE-UE4SS")
endif()
Expand Down
12 changes: 0 additions & 12 deletions cppmods/CMakeLists.txt

This file was deleted.

28 changes: 0 additions & 28 deletions cppmods/EventViewerMod/CMakeLists.txt

This file was deleted.

128 changes: 0 additions & 128 deletions cppmods/EventViewerMod/README.md

This file was deleted.

94 changes: 0 additions & 94 deletions cppmods/EventViewerMod/include/Client.hpp

This file was deleted.

49 changes: 0 additions & 49 deletions cppmods/EventViewerMod/include/EntryCallStackRenderer.hpp

This file was deleted.

Loading