You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This use of include_directories means that those who link to the discord-rpc target will not inherit the include paths required to use this target. An easy fix is to change this to a target_include_directories call with PUBLIC visibility so those linking to discord-rpc don't need to manually specify the include paths.
The text was updated successfully, but these errors were encountered:
discord-rpc/src/CMakeLists.txt
Line 1 in 963aa9f
This use of
include_directories
means that those who link to thediscord-rpc
target will not inherit the include paths required to use this target. An easy fix is to change this to atarget_include_directories
call withPUBLIC
visibility so those linking todiscord-rpc
don't need to manually specify the include paths.The text was updated successfully, but these errors were encountered: