Changeset f2effed04706a269f46ec111df0871af66fe0a49
- Timestamp:
- 09/02/08 18:59:35
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202579975 +0000
- git-parent:
[8e64cfd2be8129829659cb22eaf667780c75b804]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202579975 +0000
- Message:
cmake: Define DEBUG.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5667d99 |
rf2effed |
|
| 42 | 42 | if(CMAKE_BUILD_TYPE STREQUAL "Debug") |
|---|
| 43 | 43 | set(DEBUG ON) |
|---|
| | 44 | add_declarations(-DDEBUG=1) |
|---|
| 44 | 45 | set(NDEBUG OFF) |
|---|
| 45 | 46 | endif(CMAKE_BUILD_TYPE STREQUAL "Debug") |
|---|