What should I provide in the config.cmake of my library -
i have library have developed , library has dependencies on other libraries. able use library in other projects, need provide config.cmake. question is, need put in config.camke. config.cmake files have include_dirs, libraries , executable variables found (and each 1 set library, executables, , paths). however, see if give when try compile project depending on library linking errors saying executable missing library library depends on. there way can avoid doing better config.cmake?
thank much.
Comments
Post a Comment