aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2013-09-23Fix Emscripten CMake toolchain to generate proper static library archive file...Jukka Jylänki
2013-09-18Remove code duplication on CMake link macros.Jukka Jylänki
2013-09-18Add functions em_link_js_library(), em_link_pre_js() and em_link_post_js() to...Jukka Jylänki
2013-09-11Add CMake helper function em_validate_asmjs_after_build() that adds an extra ...Jukka Jylänki
2013-09-04Remove default filename suffix specification in CMake toolchain, since test_o...Jukka Jylänki
2013-09-04Remove the need to pass CMAKE_MODULE_PATH to CMake by weakly setting it in th...Jukka Jylänki
2013-09-04Delete Emscripten_unix.cmake, the previous commit makes that obsolete!Jukka Jylänki
2013-09-04Improve CMake toolchain file to use response files. Avoid the compiler detect...Jukka Jylänki
2013-04-07Use .bat files to route 'python emxxx' to 'emxxx' on Windows. Remove referenc...Jukka Jylänki
2013-01-14Adjust default compiler and linker flags when using cmake. With emscripten, -...Jukka Jylänki
2012-11-15Explicitly pass the emscripten compiler file suffixes to cmake on Windows to ...Jukka Jylänki
2012-11-14Try to locate emcc in cmake based on the cmake toolchain directory structure ...Jukka Jylänki
2012-11-12Update cmake scripts.Jukka Jylänki
2012-11-12Make separate cmake files for unix and windows cmake toolchains. On Windows, ...Jukka Jylänki
2012-11-12Added cmake toolchain file for Emscripten and a other.test_cmake to tests its...Jukka Jylänki