How to add file(READ …) as a dependency to configure_file(…)?

前端 未结 0 1368
小蘑菇
小蘑菇 2021-01-29 04:08

I have something like the following snippet in a CMakeLists.txt:

file(READ api.yaml API_YAML)
configure_file(schemautil.h.in schemautil.h)

The va

相关标签:
回答
  • 消灭零回复
提交回复
热议问题