aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/toolchains/emscripten.cmake
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-20 18:12:27 +0800
committerGitHub <noreply@github.com>2018-12-20 18:12:27 +0800
commit8d9186b78558197e614c1b1441a0fc94233e3e77 (patch)
tree4699491f7ff120f8cf80d26b4568cd8f5b411829 /cmake/toolchains/emscripten.cmake
parentf1377889a62c1dd2e0e06cd0f6cc39bd6e5da41e (diff)
parentb57a36ddae0b84d5643f23dc14a9f1a01c7c9112 (diff)
downloaddexon-solidity-8d9186b78558197e614c1b1441a0fc94233e3e77.tar.gz
dexon-solidity-8d9186b78558197e614c1b1441a0fc94233e3e77.tar.zst
dexon-solidity-8d9186b78558197e614c1b1441a0fc94233e3e77.zip
Merge pull request #2836 from ethereum/cmake-toolchains
CMake: Use toolchain files
Diffstat (limited to 'cmake/toolchains/emscripten.cmake')
-rw-r--r--cmake/toolchains/emscripten.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/toolchains/emscripten.cmake b/cmake/toolchains/emscripten.cmake
new file mode 100644
index 00000000..6c29074f
--- /dev/null
+++ b/cmake/toolchains/emscripten.cmake
@@ -0,0 +1,2 @@
+include("${CMAKE_CURRENT_LIST_DIR}/default.cmake")
+include("$ENV{EMSCRIPTEN}/cmake/Modules/Platform/Emscripten.cmake")