Partially revert 6cb80422
We don't need to touch cmake for anything (avoid confusion for future Devs)
This commit is contained in:
parent
b784b44ed0
commit
dadcc70a3d
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue