summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
blob: 947b5a3a3271ef394e0e12a8ee3cf20f755feecd (plain)
1
2
3
4
5
6
7
8
add_subdirectory(Chapter1)
add_subdirectory(Chapter2)
add_subdirectory(Chapter3)
add_subdirectory(Chapter4)

if (NOT WIN32)
  add_subdirectory(Chapter5)
endif()
OpenPOWER on IntegriCloud