xref: /aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter2/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1add_kaleidoscope_chapter(Kaleidoscope-Ch2
2  toy.cpp
3  )
4
5if(LLVM_COMPILER_IS_GCC_COMPATIBLE)
6  target_compile_options(Kaleidoscope-Ch2 PRIVATE
7    -Wno-unused-private-field
8    )
9endif()
10