[X86] Fix an incorrect usage of In32BitMode that should have been Not64BitMode.
[oota-llvm.git] / examples / Kaleidoscope / CMakeLists.txt
index 53c724f1a2d25b880f8f816545eb2ae425367eba..32664aa2a22721dc35d5e56095273ebe804e8d99 100644 (file)
@@ -1,4 +1,5 @@
 add_custom_target(Kaleidoscope)
+set_target_properties(Kaleidoscope PROPERTIES FOLDER Examples)
 
 macro(add_kaleidoscope_chapter name)
   add_dependencies(Kaleidoscope ${name})
@@ -12,3 +13,4 @@ add_subdirectory(Chapter5)
 add_subdirectory(Chapter6)
 add_subdirectory(Chapter7)
 add_subdirectory(Chapter8)
+add_subdirectory(Orc)