llvm-for-llvmta/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt

9 lines
166 B
CMake
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
add_subdirectory(Chapter1)
add_subdirectory(Chapter2)
add_subdirectory(Chapter3)
add_subdirectory(Chapter4)
# if (NOT WIN32)
# add_subdirectory(Chapter5)
# endif()