Changeset 1746c1ac246a6eb4da89583115708e78f3534f7f
- Timestamp:
- 04/02/08 14:23:28
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202131408 +0000
- git-parent:
[b3aad8e3c1eed29cc1564b87ed73b0f4e0631209]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202131408 +0000
- Message:
cmake: Add the modules/'s CMakeLists.txt.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r10cdf4d |
r1746c1a |
|
| 17 | 17 | ln -sf ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt |
|---|
| 18 | 18 | |
|---|
| | 19 | echo "Installing modules/CMakeLists.txt" |
|---|
| | 20 | ln -s ../$cmake_dir/CMakeLists/modules_CMakeLists.txt modules/CMakeLists.txt |
|---|
| | 21 | |
|---|
| 19 | 22 | echo "Installing include/config.h.cmake" |
|---|
| 20 | 23 | ln -sf ../$cmake_dir/config.h.cmake include/config.h.cmake |
|---|