mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
ac3ccc393e
Fixes: #19903
5 lines
76 B
CMake
5 lines
76 B
CMake
install(FILES script.bat
|
|
DESTINATION src
|
|
RENAME script_$<CONFIG>.ps
|
|
)
|