diff options
| author | Benjamin Segovia <segovia.benjamin@gmail.com> | 2012-02-21 20:46:19 +0000 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:15:24 -0700 |
| commit | 7d822e7e330be8ab120fe2c7230a83e327f3d102 (patch) | |
| tree | 32902a2f853fa55b4ba3aa764e43daf70bc4dfd6 /backend/CMakeLists.txt | |
| parent | fd260ef47dd0e98b9b07450b9e431322ae7f3406 (diff) | |
Started llvm work
Diffstat (limited to 'backend/CMakeLists.txt')
| -rw-r--r-- | backend/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index cf5f5aa4..d235af99 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -14,6 +14,11 @@ set (GBE_COMPILE_UTESTS false CACHE bool "Will compile the unit tests") set (GBE_USE_BLOB false CACHE bool "Compile everything from one big file") ############################################################## +# Front end stuff we need +############################################################## +Find_Package(LLVM REQUIRED) + +############################################################## # Compiler ############################################################## if (UNIX) |
