diff options
| author | Benjamin Segovia <segovia.benjamin@gmail.com> | 2012-02-29 20:37:17 +0000 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:15:30 -0700 |
| commit | ca43f8273cf5aa82b8cf77e26ada33846d772325 (patch) | |
| tree | 630808a9bdbebe365d8bc1c76d42113d1ed70901 /backend/src/CMakeLists.txt | |
| parent | ed6ae6a4408e2faa1349f105cd4967737e693de2 (diff) | |
Added first support for immediates Started to add support for builtin functions
Diffstat (limited to 'backend/src/CMakeLists.txt')
| -rw-r--r-- | backend/src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/src/CMakeLists.txt b/backend/src/CMakeLists.txt index 86a37fc6..0a56316f 100644 --- a/backend/src/CMakeLists.txt +++ b/backend/src/CMakeLists.txt @@ -25,6 +25,8 @@ else (GBE_USE_BLOB) sys/platform.hpp ir/context.cpp ir/context.hpp + ir/profile.cpp + ir/profile.hpp ir/type.cpp ir/type.hpp ir/unit.cpp |
