Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 )
authorGarrison Venn <gvenn.cfe.dev@gmail.com>
Wed, 10 Feb 2010 02:50:08 +0000 (02:50 +0000)
committerGarrison Venn <gvenn.cfe.dev@gmail.com>
Wed, 10 Feb 2010 02:50:08 +0000 (02:50 +0000)
commit778086caf71596d61b70db168e9f4b6598049cf0
treea7dc1213e63ab35cae205fec588de457638afc2b
parent2db6ff2285bbfacf675739f46008581517abe8bf
Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 )
check in examples cmake list file. This has NOT been tested.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95761 91177308-0d34-0410-b5e6-96231b3b80d8
examples/CMakeLists.txt