From ca43f8273cf5aa82b8cf77e26ada33846d772325 Mon Sep 17 00:00:00 2001 From: Benjamin Segovia Date: Wed, 29 Feb 2012 20:37:17 +0000 Subject: Added first support for immediates Started to add support for builtin functions --- backend/src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backend/src/CMakeLists.txt') 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 -- cgit v1.2.3