Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
cdd09c1b
Commit
cdd09c1b
authored
Feb 07, 2008
by
Pierre d'Herbemont
Browse files
cmake: New (and temporary I hope) target to regerenerate the cmake files. (`make recmake`)
parent
f17ca4c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt
View file @
cdd09c1b
...
...
@@ -37,6 +37,10 @@ configure_file(
add_custom_target(uninstall
"${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
# Target to reinstall the CMake files (until cmake gets defaulted)
add_custom_target(recmake
COMMAND cd ${CMAKE_CURRENT_SOURCE_DIR} && sh "${CMAKE_CURRENT_SOURCE_DIR}/extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh")
# Enable CPack: Automatic package creation
set(README "${CMAKE_CURRENT_SOURCE_DIR}/README")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment