Skip to content
Closed
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
1 change: 1 addition & 0 deletions Core/GameEngine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,7 @@ target_include_directories(corei_gameengine_private INTERFACE

target_link_libraries(corei_gameengine_private INTERFACE
corei_always
core_profile_legacy
)

target_compile_definitions(corei_gameengine_private INTERFACE
Expand Down
1 change: 1 addition & 0 deletions Core/Libraries/Source/profile/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ target_precompile_headers(core_profile_legacy PRIVATE
)

target_link_libraries(core_profile_legacy PRIVATE
core_debug

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is right.

Should mirror GeneralsMD first. core_debug and core_profile_legacy is linked in 3 game targets.

@Jaredl-Dev Jaredl-Dev Aug 8, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps I should revise this PR to implement the suggestion from #3070 (comment), and then move the changes to Core in a third commit within #3070?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not need to be a separate commit. Whereever you merge the profile code to Generals, just merge the lib linking as well.

core_wwcommon
corei_always
)
Loading