Changeset 1746c1ac246a6eb4da89583115708e78f3534f7f

Show
Ignore:
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
  • extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh

    r10cdf4d r1746c1a  
    1717ln -sf ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt 
    1818 
     19echo "Installing modules/CMakeLists.txt" 
     20ln -s ../$cmake_dir/CMakeLists/modules_CMakeLists.txt modules/CMakeLists.txt 
     21 
    1922echo "Installing include/config.h.cmake" 
    2023ln -sf ../$cmake_dir/config.h.cmake include/config.h.cmake