aboutsummaryrefslogtreecommitdiff
path: root/tests/cmake/target_html
AgeCommit message (Collapse)Author
2014-04-14Store CMAKE_AR and CMAKE_RANLIB in CMake CACHE so that the values persist to ↵Jukka Jylänki
user CMake toolchain files. Also CACHE the variable Emscripten, in the hope of that fixing the visibility issue with variable. Some users have reported that in their CMakeLists.txt files the variable EMSCRIPTEN is not always visible, even though in the Emscripten cmake unit tests it always works. Fixes #2288. Thanks mhenschel!
2013-09-11Use em_validate_asmjs_after_build() in CMake test.Jukka Jylänki
2013-09-04Improve CMake toolchain file to use response files. Avoid the compiler ↵Jukka Jylänki
detection mechanism that could throw CMake off depending on what is in Windows PATH. Use CMAKE_EXECUTABLE_SUFFIX to specify whether to build .html or .js.
2012-11-12Added cmake toolchain file for Emscripten and a other.test_cmake to tests ↵Jukka Jylänki
its functionality.