Skip to content

Instantly share code, notes, and snippets.

@thewtex
Forked from luisibanez/configureEmscripten.sh
Created February 6, 2014 20:53
Show Gist options
  • Save thewtex/8852286 to your computer and use it in GitHub Desktop.
Save thewtex/8852286 to your computer and use it in GitHub Desktop.
cmake \
-DITK_BUILD_DEFAULT_MODULES:BOOL=OFF \
-DBUILD_TESTING:BOOL=OFF \
-DBUILD_EXAMPLES:BOOL=OFF \
-DITKGroup_Core:BOOL=OFF \
-DModule_ITKCommon:BOOL=ON \
-DCMAKE_SIZEOF_UNSIGNED_SHORT=2   \
-DCMAKE_TOOLCHAIN_FILE=/home/ibanez/src/emscripten/cmake/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles"  ~/src/ITK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment