[CMake] cmake install multiple artifacts

2016-10-05 Thread Tom Gwozdz
Hello, I'm using CMake to cross compile some code using Emscripten. Emscripten generates html/javascript files from c++ input files. In my case, my generated binary output is an html file that loads in a javascript file. Both files are generated from the final link step. When I do the

[CMake] cross platform build with external dependencies

2016-09-23 Thread Tom Gwozdz
Hello! I'm working on a relatively large game engine project which consists of several libraries and a few executables. The project is supposed to be cross platform, so should be buildable on OSX with XCode, Windows with Visual Studio and for the web using the Emscripten cross-compiler. The