1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/examples/Kaleidoscope/Chapter3/CMakeLists.txt
Duncan P. N. Exon Smith 8726c80a5f cmake: Add Kaleidoscope target
llvm-svn: 225318
2015-01-06 23:39:37 +00:00

9 lines
103 B
CMake

set(LLVM_LINK_COMPONENTS
Core
Support
)
add_kaleidoscope_chapter(Kaleidoscope-Ch3
toy.cpp
)