Sign in
android
/
platform
/
external
/
llvm
/
5a418bcd901b
/
.
/
examples
/
Kaleidoscope
/
Chapter2
/
CMakeLists.txt
blob: 6224d9ac86406379480b255d917c8896d4786a31 [
file
] [
log
] [
blame
]
add_kaleidoscope_chapter(Kaleidoscope-Ch2
toy.cpp
)
if(LLVM_COMPILER_IS_GCC_COMPATIBLE)
target_compile_options(Kaleidoscope-Ch2 PRIVATE
-Wno-unused-private-field
)
endif()