1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-31 16:02:52 +01:00
llvm-mirror/examples/Kaleidoscope/Chapter3/CMakeLists.txt
2010-09-10 21:14:25 +00:00

6 lines
98 B
CMake

add_llvm_example(Kaleidoscope-Ch3
toy.cpp
)
target_link_libraries(Kaleidoscope-Ch3 LLVMCore)