X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=f60c0eda030612b50e69b91b6532e3abf2a82f8d;hb=e9f8f5e6004fd49f2aff4dd23db8e9b0e4454fc6;hp=c5b80793e0b5919b76289b78081fd59f3a99be33;hpb=9f85634bd2fccd2f366b7ce9048f6c9f95ebba18;p=oota-llvm.git diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index c5b80793e0b..f60c0eda030 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -4,6 +4,10 @@ add_subdirectory(HowToUseJIT) add_subdirectory(Kaleidoscope) add_subdirectory(ModuleMaker) +if( NOT WIN32 ) + add_subdirectory(ExceptionDemo) +endif() + include(CheckIncludeFile) check_include_file(pthread.h HAVE_PTHREAD_H)