Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmake/CopyFileScript.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Required:
# COPY_SOURCE – pipe-separated list of source file paths
# COPY_DEST – destination directory
cmake_minimum_required(VERSION 3.24)

if(NOT COPY_SOURCE OR NOT COPY_DEST)
message(FATAL_ERROR "COPY_SOURCE and COPY_DEST must be set.")
Expand Down
Loading