The exception demo needs its symbols exported.
[oota-llvm.git] / examples / ExceptionDemo / CMakeLists.txt
index 88c9ab7c181690c4d889a148b23753ff4dcebd60..432e683a13f285ba864d641513957eb240a58d44 100644 (file)
@@ -4,3 +4,5 @@ set(LLVM_REQUIRES_EH 1)
 add_llvm_example(ExceptionDemo
   ExceptionDemo.cpp
   )
+
+set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)