Fix dependency of generated PCM files
PCM files are generated in CMAKE_CURRENT_BINARY_DIR
, then copied to CMAKE_LIBRARY_OUTPUT_DIRECTORY
, but it was not always happening in incremental builds.
This fixes the dependency.
PCM files are generated in CMAKE_CURRENT_BINARY_DIR
, then copied to CMAKE_LIBRARY_OUTPUT_DIRECTORY
, but it was not always happening in incremental builds.
This fixes the dependency.