Created
April 20, 2012 16:43
-
-
Save cmundi/2430230 to your computer and use it in GitHub Desktop.
emscripten_issue_400
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Demonstration for kripken/emscripten issue #400 | |
# | |
# Save this file as CMakeLists.txt in a new directory $(TESTDIR) | |
# $ cd $(TESTDIR) | |
# $ cmake . => works | |
# $ $(EMSCRIPTEN_HOME)/emconfigure cmake . => fails | |
cmake_minimum_required (VERSION 2.8) | |
project (Issue400) | |
include (${CMAKE_ROOT}/Modules/TestBigEndian.cmake) | |
test_big_endian (FOUND_ENDIAN) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment