Creating dependency from a custom_target #14629
-
In my project I am building a shared library with the I tried listing the custom target in the What is the proper way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Put the results of the |
Beta Was this translation helpful? Give feedback.
Put the results of the
custom_target
in the sources of thelibrary
call. A C header is just the same as a C source file.