Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
llvm-project
/
llvm
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
CMakeLists.txt
blob: 947b5a3a3271ef394e0e12a8ee3cf20f755feecd [
file
] [
log
] [
blame
]
add_subdirectory(Chapter1)
add_subdirectory(Chapter2)
add_subdirectory(Chapter3)
add_subdirectory(Chapter4)
if (NOT WIN32)
add_subdirectory(Chapter5)
endif()