[llvm] r225315 - Add a subdirectory in CMake for Chapter 8.
Eric Christopher
echristo at gmail.com
Tue Jan 6 15:23:25 PST 2015
Author: echristo
Date: Tue Jan 6 17:23:24 2015
New Revision: 225315
URL: http://llvm.org/viewvc/llvm-project?rev=225315&view=rev
Log:
Add a subdirectory in CMake for Chapter 8.
Modified:
llvm/trunk/examples/Kaleidoscope/CMakeLists.txt
Modified: llvm/trunk/examples/Kaleidoscope/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/CMakeLists.txt?rev=225315&r1=225314&r2=225315&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/CMakeLists.txt Tue Jan 6 17:23:24 2015
@@ -4,3 +4,4 @@ add_subdirectory(Chapter4)
add_subdirectory(Chapter5)
add_subdirectory(Chapter6)
add_subdirectory(Chapter7)
+add_subdirectory(Chapter8)
More information about the llvm-commits
mailing list