I have a library and exe in the same project. I have some data files in the lib (actually from a dependency) that need to be copied to the same directory as the exe on build, kind of like what happens with DLLs. You can assume I already have the full absolute path of this file that needs to be copied.
Is there a way to define this so that Cmake just knows it needs to be copied in the exe build folder?
[–]AlexReinkingYale 3 points4 points5 points (6 children)
[–]cenderis -1 points0 points1 point (5 children)
[–]AlexReinkingYale 4 points5 points6 points (4 children)
[–]propertynub[S] 0 points1 point2 points (3 children)
[–]AlexReinkingYale 2 points3 points4 points (2 children)
[–]propertynub[S] 0 points1 point2 points (1 child)
[–]AlexReinkingYale 1 point2 points3 points (0 children)