Commit 07868f13 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Send in config.h.cmake.

parent 4371729a
This diff is collapsed.
...@@ -16,6 +16,9 @@ ln -s $cmake_dir/CMakeLists/root_CMakeLists.txt CMakeLists.txt ...@@ -16,6 +16,9 @@ ln -s $cmake_dir/CMakeLists/root_CMakeLists.txt CMakeLists.txt
echo "Installing src/CMakeLists.txt" echo "Installing src/CMakeLists.txt"
ln -s ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt ln -s ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt
echo "Installing include/config.h.cmake"
ln -s $cmake_dir/config.h.cmake include/config.h.cmake
echo "Installing cmake/" echo "Installing cmake/"
ln -s $cmake_dir/include cmake ln -s $cmake_dir/include cmake
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment