search for: brainf2

Displaying 1 result from an estimated 1 matches for "brainf2".

Did you mean: brainf
2012 Aug 10
1
[LLVMdev] how to compile my LLVM project with CMake (on Windows)?
...d LLVM 3.1 on Windows (with CMake & Visual Studio 2008). next, i am trying to understand how to create a standalone LLVM project, and compile that on Windows (also using CMake & Visual Studio 2008). to start, i picked up the "examples\BrainF" project, renamed it to "examples\BrainF2" (and i still put BrainF2 under the same examples\ directory) next, inside BrainF2, i run on Windows console: c:\llvm-3.1\examples\BrainF2\> cmake -G "Visual Studio 9 2008" but then cmake complains error like "unknown CMake command add_llvm_example" so i guess what i...