diff options
| author | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-11-27 11:41:41 +0000 |
|---|---|---|
| committer | Tarmac <> | 2012-11-27 11:41:41 +0000 |
| commit | 95fac556fbcf4211f59265f88787a76325acb936 (patch) | |
| tree | ef443c426a3020a765d10429fcc27fc2ed7e667d /UnityCore | |
| parent | e54237c38da03b5bd955b9dfe6b6943aeb2016b8 (diff) | |
| parent | 922590bc8b5b4df2f09c5bf1db09506b3aef1152 (diff) | |
More build fixes.
Approved by Marco Trevisan (TreviƱo). (bzr r2934)
Diffstat (limited to 'UnityCore')
| -rw-r--r-- | UnityCore/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/UnityCore/CMakeLists.txt b/UnityCore/CMakeLists.txt index 2a7df66ac..fdbf1df92 100644 --- a/UnityCore/CMakeLists.txt +++ b/UnityCore/CMakeLists.txt @@ -104,12 +104,11 @@ set (CORE_SOURCES # CFLAGS and LIBS # set (CFLAGS - "-I${CMAKE_BINARY_DIR}" - "-DGETTEXT_PACKAGE=\"unity\"" "-DLENSES_DIR=\"${_lensesdir}\"" ) add_definitions (${CFLAGS}) include_directories(${CORE_DEPS_INCLUDE_DIRS}) +include_directories(${CMAKE_BINARY_DIR}) set (LIBS ${CORE_DEPS_LIBRARIES}) |
