Re: [CMake] Installing a list of components

2016-08-18 Thread tom.edwards
That was one of the other problems I encountered during the initial conversion to CMake. I fixed it by wrapping all the ADD_* commands with my own functions which override the target’s output directory. Now we only need to install if a script or static resource changes. From: Klaim - Joël Lamot

[CMake] Installing a list of components

2016-08-18 Thread tom.edwards
I’m working on an application which consists of many different components surrounding a common core. We ship multiple products from the same source tree by adding and/or removing components from the output application directory. Using CMake’s install system in this environment is proving difficu