diff options
| author | Gord Allott <gord.allott@canonical.com> | 2012-05-21 15:23:27 +0100 | 
|---|---|---|
| committer | Gord Allott <gord.allott@canonical.com> | 2012-05-21 15:23:27 +0100 | 
| commit | 847e04974626b96a28c42fdb966a7f1df801ca23 (patch) | |
| tree | aa9c550a5422efbebf199fc5f9c203e8fc67e409 /dash/CMakeLists.txt | |
| parent | 892506d053404f1851bc19804f9d301c4d015532 (diff) | |
Snapshot before refactoring components
(bzr r2356.2.1)
Diffstat (limited to 'dash/CMakeLists.txt')
| -rw-r--r-- | dash/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/dash/CMakeLists.txt b/dash/CMakeLists.txt index e8820c321..6656e32eb 100644 --- a/dash/CMakeLists.txt +++ b/dash/CMakeLists.txt @@ -63,7 +63,7 @@ set (DASH_SOURCES  add_library (dash-lib STATIC ${DASH_SOURCES})  add_dependencies (dash-lib unity-core-${UNITY_API_VERSION} unity-shared) - +add_definitions(-DUNITY_STANDALONE)  #   # Standalone variant  # | 
