aboutsummaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter2/CMakeLists.txt
blob: 6224d9ac86406379480b255d917c8896d4786a31 (plain) (blame)
1
2
3
4
5
6
7
8
9
add_kaleidoscope_chapter(Kaleidoscope-Ch2
  toy.cpp
  )

if(LLVM_COMPILER_IS_GCC_COMPATIBLE)
  target_compile_options(Kaleidoscope-Ch2 PRIVATE
    -Wno-unused-private-field
    )
endif()