Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view examples/Kaleidoscope/CMakeLists.txt @ 107:a03ddd01be7e
resolve warnings
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 31 Jan 2016 17:34:49 +0900 |
parents | 60c9769439b8 |
children | 1172e4bd9c6f |
line wrap: on
line source
add_custom_target(Kaleidoscope) set_target_properties(Kaleidoscope PROPERTIES FOLDER Examples) macro(add_kaleidoscope_chapter name) add_dependencies(Kaleidoscope ${name}) add_llvm_example(${name} ${ARGN}) endmacro(add_kaleidoscope_chapter name) add_subdirectory(Chapter2) add_subdirectory(Chapter3) add_subdirectory(Chapter4) add_subdirectory(Chapter5) add_subdirectory(Chapter6) add_subdirectory(Chapter7) add_subdirectory(Chapter8) add_subdirectory(Orc)