Rebuilding targets after project configuration updates a config file made with configure_file()
#11227
-
I have a project using c and cuda where I create a Running Is this expected behavior when using cuda in meson? If I try the same thing with only c sources a The following is a very minimal example showing the described behavior. My
and 4 source files:
If I instead change the line
where the parameter is instead defined as a macro with a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
From the discussions around originally adding cuda support to Meson: #1003 (comment)
cuda's backend in Meson doesn't implement |
Beta Was this translation helpful? Give feedback.
From the discussions around originally adding cuda support to Meson: #1003 (comment)
cuda's backend in Meson doesn't implement
get_dependency_gen_args()
, so no depfile is created. As a result, ninja doesn't know when cuda's headers are updated and the sourc…