Partially revert 6cb80422

We don't need to touch cmake for anything (avoid confusion for future Devs)
This commit is contained in:
Roberto Fernandez Bautista 2023-07-24 21:40:06 +00:00
parent b784b44ed0
commit dadcc70a3d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ target_include_directories( kiplatform PUBLIC
)
target_link_libraries( kiplatform
core
${wxWidgets_LIBRARIES}
${PLATFORM_LIBS}
core # include after wxWidgets to have correct macro definitions for windows headers
)