Replies: 7 comments
-
add_includedirs/add_sysincludedirs |
Beta Was this translation helpful? Give feedback.
-
I know |
Beta Was this translation helpful? Give feedback.
-
if you set it in target scope, it's target level. |
Beta Was this translation helpful? Give feedback.
-
?So add_includedirs is duplicated with set_config("includedirs", "xx") ? |
Beta Was this translation helpful? Give feedback.
-
no, set_config("includedirs", "xx") is equivalent to |
Beta Was this translation helpful? Give feedback.
-
I am a bit confused. Correct me if I am wrong: My understanding is that sdk level supposed to be system include, while project/target level config supposed to be user include. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Xmake Version
2.7.6
Operating System Version and Architecture
Ubuntu 20.04
Describe Bug
Currently sdk manual config only support
includedirs
. As this is sdk level config, I think it makes more sense to havesysincludedirs
instead ofincludedirs
. Correct me if I am wrong here.If above declaration make sense. Can we have
sysincludedirs
supported?The same for syslinks.
Expected Behavior
Suppport
set_config("sysincludedirs", sys_include_path)
Project Configuration
N.A.
Additional Information and Error Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions