[vlmc-devel] cmake: Rename ts/CMakeLists.txt to ts/translations.cmake
Hugo Beauzée-Luyssen
git at videolan.org
Fri Apr 1 23:56:19 CEST 2016
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Apr 1 23:38:19 2016 +0200| [ab9ff900ff4b9fa61a08aa672128e0cdef00113d] | committer: Hugo Beauzée-Luyssen
cmake: Rename ts/CMakeLists.txt to ts/translations.cmake
> https://code.videolan.org/videolan/vlmc/commit/ab9ff900ff4b9fa61a08aa672128e0cdef00113d
---
CMakeLists.txt | 2 +-
ts/{CMakeLists.txt => translations.cmake} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e7e5b8..fc65716 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -134,7 +134,7 @@ IF (UNIX)
SET (VLMC_MANUAL_DIR ${CMAKE_INSTALL_PREFIX}/${VLMC_MANUAL_SUBDIR})
ENDIF (UNIX)
-include(ts/CMakeLists.txt)
+include(ts/translations.cmake)
SUBDIRS(src)
SUBDIRS(nsis)
SUBDIRS(effects)
diff --git a/ts/CMakeLists.txt b/ts/translations.cmake
similarity index 100%
rename from ts/CMakeLists.txt
rename to ts/translations.cmake
More information about the Vlmc-devel
mailing list