Changeset e3421975ebd9f0b6ce7f3aae799cc0b991b58897
- Timestamp:
- 07/02/08 22:58:57
(10 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1202421537 +0000
- git-parent:
[ce1cf0e7894cfa4c96579575620ccf3dab466a7f]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1202421537 +0000
- Message:
Define DATA_PATH in the root CMakeList.txt since modules might need it (for example the http intf or the lua module)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcdd09c1 |
re342197 |
|
| 15 | 15 | add_definitions(-DHAVE_CONFIG_H) |
|---|
| 16 | 16 | add_definitions(-D__LIBVLC__) |
|---|
| | 17 | add_definitions(-DDATA_PATH=\\"${CMAKE_INSTALL_PREFIX}/share/vlc\\") |
|---|
| 17 | 18 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99") |
|---|
| 18 | 19 | set(CMAKE_INCLUDE_CURRENT_DIR ON) |
|---|
| r00ea5c2 |
re342197 |
|
| 3 | 3 | add_definitions(-Dasm=__asm__ -D_INTL_REDIRECT_MACROS) |
|---|
| 4 | 4 | add_definitions(-DLOCALEDIR=\\"${CMAKE_INSTALL_PREFIX}/locale\\") |
|---|
| 5 | | add_definitions(-DDATA_PATH=\\"${CMAKE_INSTALL_PREFIX}/share/vlc\\") |
|---|
| 6 | 5 | add_definitions(-DPLUGIN_PATH=\\"${CMAKE_INSTALL_PREFIX}/lib/vlc\\") |
|---|
| 7 | 6 | |
|---|