cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
10 lines
167 B
CMake
10 lines
167 B
CMake
set(FILES "@OUT@")
|
|
|
|
if(WIN32 OR APPLE)
|
|
foreach(f ${FILES})
|
|
if(NOT EXISTS "${f}")
|
|
message(SEND_ERROR "${f} was not found")
|
|
endif()
|
|
endforeach()
|
|
endif()
|